Alright, I'm having a problem here. I've installed WordPress here, and added a customized theme. Problem is, the site looks as it should in FireFox, but the CSS doesn't seem to work properly in IE. See for yourself, the difference is drastic. I'm hoping this will be simple to fix. You can see the CSS involved here. Thanks in advance!
Fix your xhtml. You have two body tags for one thing. IE is actually a little less fault tolerant than Firefox. That's a Good Thing®. After the html is fixed, validate the css just to be sure it's ok. Those WP pages can be a real pita, even without coding errors. cheers, gary
Thanks alot for the help! After what seemed like forever screwing with code and re-validating (more like 20 minutes ), I've gotten it fixed.