Hey For some reason IE is messing around and won't align to the center when I use margin: auto on my container. URL REMOVED Anyone know why? It's fine in FF but not IE Thanks EDIT: html comment before doctype sent ie into quirks mode apparently, thanks
IE doesn't play well with CSS. In the html try align=center (on the offending div) or maybe text-align:center. Keep the CSS for the browsers that "try" to work with CSS.