I have a problem with IE (all versions). I have a header div with relative and inside this other div with absolute position and right justification.
<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 drop-down menu in FF / Safari / Opera, everything is fine. If in IE everything above 60 pixels disappears behind my header div. Is there a workaround for this CSS issue or am I writing javascript to fix this?
THX TS
source
share