Hi Leute,
kann es sein das der IE die Höhe eines DIV Tags falsch interpretiert bzw. nicht kleiner als ca 10 - 15 px anzeigt. Ich versuch über Ebenen was zu positionieren, im Mozilla ist die Ebene 1px hoch wie angegeben und im IE immernoch ca. 10 px und das verflixte Ding wird nicht kleiner. hat da einer von euch ne Idee?!?!
BSP.:
<html><head><title>position</title>
<style type="text/css">
<!--
body { }
#box1 { position:absolute; top:10px; left:10px; width:10px; height:1px; z-index:1; }
#box2 { position:absolute; top:20px; left:20px; width:10px; height:10px; z-index:2; }
-->
</style>
</head><body bgcolor="FFFFFF" text="#000000">
<div id="box1" style="background:red; border:solid 2px blue;"></div>
<div id="box2" style="background:blue; border:solid 2px white;"></div>
</body></html>
Danke schon vorab
Gruß Thomas