[HTML] Design Coden - Bildschirmfüllend?

pcdfan
Hey smile

Ich habe folgendes Problem:

Eine Freundin von mir möchte sich 'ne eigene Homepage machen. Hab ich ihr 'n Layout erstellt und auch schon gecodet. Jedoch ist das Layout für PC's mit Bildschirmgröße 1680x1050 zu klein. Wie kann ich einstellen, dass das Layout den gesamten Bildschirm einnimmt?

Mein bisheriger Code:

code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
<html>
                 <head>
                 
                 <title>%titel%</title>
                 
                 <style type="text/css">
                 <!--
                 body {
                 scrollbar-face-color: #9D9D9D;
                 scrollbar-highlight-color: #9D9D9D;
                 scrollbar-3dlight-color: #9D9D9D;
                 scrollbar-darkshadow-color: #9D9D9D;
                 scrollbar-shadow-color: #9D9D9D;
                 scrollbar-arrow-color: #9D9D9D;
                 scrollbar-track-color: #9D9D9D;
                 }
                 a:link {
                 color: #000000;
                 text-decoration:none;text-transform:uppercase
                 }
                 a:visited {color: #000000;
                 text-decoration:none;
                 }
                 a:active {color: #ffffff;
                 text-decoration:none;
                 }
                 a:hover {color: #000000;
                 text-decoration:none;text-transform:uppercase
                 }
                 -->
                 </style>
                 
                 
                 </head>
                 
                 <body bgcolor="#ffffff" topmargin="0" leftmargin="0">  <img border="0" src="http://s1.image.gd/o/74/74fb62ff503b737febec62ef19d378d9f9183600.png" scroll="no" bgproperties="fixed"
                 ALIGN="center" STYLE="position: absolute; top: 0; left: 0" width="1000" height="600">
                 
                 
                 <div style="overflow: auto; position: absolute; width: 718; height: 356; left: 38; top: 209" 
   
                 <font face="Verdana" size="1,2"><font color="#000000">%content%</font></font>
                 </div>
                 
                 <div style="overflow: auto; position: absolute; width: 186; height: 316; left: 767; top: 254">
                 <font face="Verdana" size="2" color="#000000">%navigation_v%</font>
                 </div>
pcdfan
Danke smile Nur leider bin ich etwas idiotisch bei solchen Sachen großes Grinsen

Wäre super wenn mir jemand den richtigen Code geben könnte, sodass es "Liquid" ist smile
pcdfan
Ist oben im Startpost Augenzwinkern
pcdfan
funktioniert nich /=
mhm. ich warte mal ab.
pcdfan
Zitat:
Original von Mordred
Zitat:
Original von Jeanny
Zitat:
<body bgcolor="#ffffff" topmargin="0" leftmargin="0">
<img border="0" src="http://s1.image.gd/o/74/74fb62ff503b737febec62ef19d378d9f9183600.png" scroll="no" bgproperties="fixed"
ALIGN="center" STYLE="position: absolute; top: 0; left: 0; width="1000"; height="600"; min-width:3000px; min-height:4000px; >



Schau dir mal den Wert deines Style-Attributs an. Vielleicht fallen dir die Fehler ja selber auf. Der Wert von width und height ist sowieso nicht richtig. Hier würden sich Prozentuale Werte anbieten.


mit dem min-width kenne ich mich nicht so aus ;D
pcdfan
hab es schon im anderen thread gepostet, jedoch schätz ich nich, dass sich da groß jemand drauf melden wird. solche threads gehn einfach schnell verloren und man schaut nich rein Augenzwinkern
pcdfan
Es muss nich zig-Extras beinhalten. Das Lay soll einfach den Bildschirm füllen und die Ecke "Homepagehilfe" ist ja wohl da um zu fragen Augenzwinkern