Wordpress css and ie6
my website: http://www.equipe94.com have a two column layout and in ie6 the right column is reset by a button ... it looks like an inline problem, but even with an inline widget .. it's still at the bottom ..
any idea to fix the wordpress template to play well with ie6?
early
nb As mentioned in the comment ... my page is not validating ... after fixing multiple issues now I am validating in XHTML 1.0 Strict ... but the problem still exists!
a source to share
You have a couple of missing end tags </div>
that could be a problem: [Invalid] Equipe94.com Markup Validator - W3C Markup Validator . Scroll down in the validation report to see line numbers and source code.
You also have to work with the IE6 custom stylesheet that is in your theme, in /headway-166/media/css/ie6.css
a source to share