Layout error in IE (div relative)

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

+3
source share
1 answer

: visible; div # z-index: 1; .

+1

Source: https://habr.com/ru/post/1741041/


All Articles