Tagged Questions
0
votes
1answer
259 views
Width of absolute positioned DIV in IE quirksmode
I am working with a web application that is designed to run on IE quirksmode (it was initially designed a few years ago). I was trying to do something with absolute positioning in it, but it did not ...
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;
...