Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS ie prob Re: ie prob

#102353
snillor
Member

I think IE does strange things when it encounters invalid markup, especially DOCTYPE declarations. You have 88 errors (many inconsequential but some look serious). For example, why are there two DOCTYPE declarations? I’d start by correcting as many of these validation errors as possible. I’d also recommend using the much simpler html5 doctype:

You’ve also used tables heavily, have inline styles, and use
. These probably aren’t causing the IE issue, but consider using CSS for these instead. It’ll be more flexible and lots easier to maintain.

BTW, when viewing your site in IE, I see some lines below a drop-down menu, suggesting that IE is trying to display it.