Ja das bringt halt auch nix...
<html>
<head>
<title>Forum</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
#container {
width:100%;
height:100%;
}
#box1 {
position:absolute;
left:0%;
top:0%;
width:35,73%;
height:13,95%;
}
#box2 {
position:absolute;
left:35,73%;
top:0%;
width:64,26%;
height:13,95%;
}
#box3 {
position:absolute;
left:0%;
top:13,95%;
width:35,73%;
height:47,44%;
}
#box4 {
position:absolute;
left:35,73%;
top:13,95%;
width:64,26%;
height:47,44%;
}
#box5 {
position:absolute;
left:0%;
top:61,39%;
width:35,73%;
height:38,60%;
}
#box6 {
position:absolute;
left:35,73%;
top:61,39%;
width:64,26%;
height:38,60%;
}
-->
</style>
</head>
<body bgcolor=#FFFFFF>
<div id="container">
<div id="box1">
<img src="images/Forum2_01.gif" width=100% height=100%></div>
<div id="box2">
<img src="images/Forum2_02.gif" width=100% height=100%></div>
<div id="box3">
<img src="images/Forum2_03.gif" width=100% height=100%></div>
<div id="box4">
<img src="images/Forum2_04.gif" width=100% height=100%></div>
<div id="box5">
<img src="images/Forum2_05.gif" width=100% height=100%></div>
<div id="box6">
<img src="images/Forum2_06.gif" width=100% height=100%></div>
</div>
</body>
</html>
Eigentlich müsste doch der Div "container" mit seiner 100% höhe und breite die gesamte Seite ausfüllen. Dann sind darin die einzelnen divs box 1-6 in % positioniert und haben auch eine % größenangabe, so dass alles wider 100% des "containers" ausfüllt. Wenn ich jetzt die einzelnen gifs ind den verschiedenen Divs jeweils 100% höhe und breite zuweise müssten die doch die gesamte größe ihrer "box" einnehmen? Oder verstehe ich da was falsch?
Das will sich einfach nicht anpassen wird mit den % nur noch kleiner...
HILFE