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!

+2


a source to share


2 answers


I found the problem ... it was a hentria that overflows the contents of the window .... ie6 detects this! ... in the css I have an overflow: hidden then everything is fine! .. thanks anyway



0


a source


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

0


a source







All Articles