Hallo,
ich habe ein riesen Problem.
Ich sitze seit Ewigkeiten an einem problem, dass ich mal vereinfacht habe um es zu erklären.
Wäre mega super, wenn mir jmd von euch weiterhelfen könnte, ich komm einfach nicht mehr weiter
Mit FF sieht alles prima aus, mit IE zerschiesst das layout bei test2.
schaut am besten mit IE das Bsp online an.
viele grüße
marco
VIEW with Internet Explorer: http://ims.salexdesign.de/test.html
ich habe ein riesen Problem.
Ich sitze seit Ewigkeiten an einem problem, dass ich mal vereinfacht habe um es zu erklären.
Wäre mega super, wenn mir jmd von euch weiterhelfen könnte, ich komm einfach nicht mehr weiter
Mit FF sieht alles prima aus, mit IE zerschiesst das layout bei test2.
schaut am besten mit IE das Bsp online an.
viele grüße
marco
PHP:
<html>
<head>
<style type="text/css">
html { height:100% }
body { padding: 0px; margin:0px; }
.test1 { position: relative; top: 0px }
.test2 { position: relative; top:60px }
.headline { height:25px; font-weight: bold }
.cell_left { width: 60px; float:left }
.cell_right { margin-left: 60px }
.cl { height:1px; clear:both; line-height:1px }
</style>
</head>
<body>
<div class="test1">
<div class ="headline">TEST1 - ALLES OK</div>
<div>
<div class ="cell_left">LINKS</div>
<div class ="cell_right">RECHTS</div>
<div class="cl"> </div>
</div>
</div>
<div class="test2">
<div class ="headline">TEST1 - ALLES KAPUTT</div>
<div>
<div class ="cell_left">LINKS</div>
<div class ="cell_right">RECHTS</div>
<div class="cl"> </div>
</div>
</div>
</body>
</html>
VIEW with Internet Explorer: http://ims.salexdesign.de/test.html