PDA

View Full Version : IE Centering


sharpdust
01-02-2005, 04:12 PM
Agah, my site is being centered in Firefox, but not IE.
Here's the link: http://mywebpages.comcast.net/jarodneric/crap/home.html

Here's a screenshot of what it looks like in IE.
http://mywebpages.comcast.net/jarodneric/crap/images/ie.jpg

And here's a screenshot of what it looks like in Firefox (what it should be looking like).
http://mywebpages.comcast.net/jarodneric/crap/images/firefox.jpg

Thanks in advance for any help.

coothead
01-02-2005, 07:03 PM
Hi there sharpdust,

I.E. does not render margin: auto in quirks mode.

Give your document a DOCTYPE as a cure.

sharpdust
01-03-2005, 08:21 PM
Originally posted by coothead
Hi there sharpdust,

I.E. does not render margin: auto in quirks mode.

Give your document a DOCTYPE as a cure.

ah, thank you my good man.