Thread Fläche die ganzen bildschirm ausfüllt? (7 answers)
Opened by Danwe at 2006-06-23 16:43

renee
 2006-06-23 17:56
#24826 #24826
User since
2003-08-04
14371 Artikel
ModeratorIn
[Homepage] [default_avatar]
Kannst Du das bitte genauer erklären?

Warum funktionieren die 100%-Angaben bei CSS nicht??

Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<html>
<head>
<style type="text/css">
.total_div{
position: fixed;
width: 100%;
height: 100%;
z-index: 1;
bottom: 0;
left: 0;
font-family: Verdana, Arial,Helvetica;
font-size: 8pt;
background-color: #ffffff;
}
</style>
</head>
<body>
Test
<div class="total_div">
Hallo Welt!
</div>
</body>
</html>
OTRS-Erweiterungen (http://feature-addons.de/)
Frankfurt Perlmongers (http://frankfurt.pm/)
--

Unterlagen OTRS-Workshop 2012: http://otrs.perl-services.de/workshop.html
Perl-Entwicklung: http://perl-services.de/

View full thread Fläche die ganzen bildschirm ausfüllt?