Layout Bug in IE (div relative)
Posted
by Florian
on Stack Overflow
See other posts from Stack Overflow
or by Florian
Published on 2010-04-14T07:41:45Z
Indexed on
2010/04/14
7:43 UTC
Read the original article
Hit count: 244
Hi, I have a problem with IE (all versions). I have a header div with a relative position and inside this another div with absolute position and right alignment.
<div id="header" style="position: relative; width: 1000px; height: 60px;">
content
http://stadtwerke-bitburg.de/fileadmin/overflow_prob_IE.png
Now when I open the pulldown menu in FF/Safari/Opera everything is all right. Whereas in IE everything which is taller than 60px disappears behind my header div. Is there a workaround for this problem with CSS or do I have to write javascript to get this fixed?
thx TC
© Stack Overflow or respective owner