Hallo Zusammen,
ich habe eine css klasse die so aussieht
.gh
{
z-index:10;
position:absolute;
width:15px;
height:4px;
top:350px;
left:900px;
background-color:df0024;
border-style:solid;
border-width:1px;
border-color:#ffffff;
}
das Problem daran ist :
height:4px;
der Netscape Navigator macht alles richtig d.h.
wenn ich sage das Element soll 4px hoch sein dann zeigt er es an.
Der IE zeigt jedoch ein Element an das mindestens 15px hoch ist.
Auf keinen Fall wird es 4 px hoch.
Es ist als ob 15px für ihn die kleinste darstellbare Einheit ist.
Was soll ich tun?
Danke im vorraus.
Roni