Is there a site or plugin that will tell me why my site doesn't work in IE7?
November 5, 2008 12:44 PM
Subscribe
Is there a website or FF extension that will analyze my HTML/CSS and tell me why my site won't display properly in IE7?
Newbie webdev, feeling my way through CSS and XHTML after some pre-21st century experience of HTML. It's all pretty basic stuff.
My site works fine in Firefox, and the HTML and CSS both validate (I'm tweaking a site template I found). But the page just isn't displaying OK in IE7. Rather than displaying div elements next to each other, IE is knocking a couple down to beneath each other.
The problem I have is that pages that explain the notorious IE bugs are over my head. Ideally I want a site or plugin that looks at my HTML and says, "Ah! There's your problem!" Does such a thing exist?
I'm not looking for somebody to look over my code, thanks. FWIW the page header is
!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
so I don't think I'm innocently activating IE's "quirks mode".
posted by deeper red to computers & internet (12 comments total)
3 users marked this as a favorite
You are mayhap experiencing the double margin bug. Try tacking on display:inline to the errant elements, make your container bigger, etc.
posted by shownomercy at 12:52 PM on November 5, 2008