Sven Hantschack: Clipping Fehler

Beitrag lesen

Hi,

ich habe hier ein kleines Problem beim clipping von Layern. Der Code ist ungefaehr folgender:

#JButton0 {position:absolute; left: 614px; top: 56px; width: 123px; height: 14px; clip:rect(0px 123px 14px 0px);}
#JButton0Capture {position:absolute; left: 0px; top: 0px; width: 123px; height: 14px; clip:rect(0px 123px 14px 0px);}

<DIV id="JButton0"><IMG name="Button0" src="img/navi_verlag.gif" width=123 height=14>
<DIV id="JButton0Capture"></DIV>
</DIV>

Dummerweise wird der Layer sowohl im NN4 als auch im IE5 auf 13 Pixel Hoehe geclippt. Wenn ich aber alle Hoehen auf z.B. 16 Pixel aendere klappt es wunderbar.
Woran kann das liegen? Bug?

tnx
Sven