Tagged Questions
0
votes
2answers
1k views
Get IE6 quirks-mode position:absolute rendering in standards mode
I have an absolutely-positioned navigation on my menu that is sent off to the left side.*
#menu {
position: absolute;
display:inline-block; /* I can hasLayout? */
top: 0;
left: 0;
...