ISSUE 1 on this site how come the site is aligned to the left, and not the middle, even though the #centercolumn has margin:0 auto; width:960px; Code (markup): shouldnt that center it? what gives? ISSUE 2 in the top nav bar, how come the subheadings dont line up right below the main page headings like they do in Chrome and Firefox? ISSUE 3 how come the "AAA Guarantee" box in the middle slide area doesnt like up at the top of the slide like it does in Chrome and Firefox? FYI, this is a Wordpress theme I installed so I'm trying to clean up these issues that came with it... Please advise. thanks in advance!
You have something in front of the doctype which might be throwing IE into quirks mode. Make sure you have no spaces or other junk there.
yeah, i had some code before the doctype in my index.php file, which was screwing everything up. thanks!