I am working with IE8 in quirks mode...
I have styles cascading from my Firefox style-sheet which include:
Apparently I'm not doing something right, or auto-margining does not work in IE8.
Is this the case? If so, how can I get around this limitation?
I have styles cascading from my Firefox style-sheet which include:
Code:
#container {position:relative; width:1007px; margin-right:auto; margin-left:auto;}
#textbin {width:720px; position:relative; margin-right:auto; margin-left:auto;}
Is this the case? If so, how can I get around this limitation?
Comment