Forum Moderators: not2easy
I have a div with the following style:
DIV.Header { position: absolute; width: 100%; top: 0; left: 0; height: 100px; }
It is part of a 2-column layout with header.
IE5 does not seem to make the DIV 100% wide. How can I solve this?
Thanks
Yoeri
I had a left-floating div as menu and a right-floating div as body underneath the header.
I now placed a "wrap" div around the menu and the body and now, the problem is solved :)