Ja ich würde auch gern auf Javascript verzichten. Bin halt fast am verzweifeln...Möchte halt nur, dass sich die Seite automatisch anpasst.
Wahrscheinlich habe ich auch Mist verzapft aber ich kenn mich halt noch nicht so aus...
Hier mein Code:
<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:0px;
top:0px;
width:288px;
height:90px;
}
#box2 {
position:absolute;
left:288px;
top:0px;
width:518px;
height:90px;
}
#box3 {
position:absolute;
left:0px;
top:90px;
width:288px;
height:306px;
}
#box4 {
position:absolute;
left:288px;
top:90px;
width:518px;
height:306px;
}
#box5 {
position:absolute;
left:0px;
top:396px;
width:288px;
height:249px;
}
#box6 {
position:absolute;
left:288px;
top:396px;
width:518px;
height:249px;
}
-->
</style>
</head>
<body bgcolor=#FFFFFF>
<div id="container"
<div id="box1">
<img src="images/Forum2_01.gif" width=288 height=90></div>
<div id="box2">
<img src="images/Forum2_02.gif" width=518 height=90></div>
<div id="box3">
<img src="images/Forum2_03.gif" width=288 height=306></div>
<div id="box4">
<img src="images/Forum2_04.gif" width=518 height=306></div>
<div id="box5">
<img src="images/Forum2_05.gif" width=288 height=249></div>
<div id="box6">
<img src="images/Forum2_06.gif" width=518 height=249></div>
</div>
</body>
</html>
Selbst wenn ich den Divs nun prozentuale Angaben zuweise passt es sich nicht an...vielleicht liegt es auch an der Pos:absolute? Habe auch versucht mit float zu positionieren...dann verrutschen die Grafiken aber immer wenn ich das Browserfenster verkleiner, das soll aber nicht sein. Weiss einfach nicht weiter...
Vielleicht könnt ihr mir ja sagen wo das grundlegende Problem ist??
Vielen vielen Dank!