The blocks on the right are not displaying for users who are using Internet Explorer 6.

The website is www.NationalCleaningExpo.com

The style sheet can be viewed at http://www.nationalcleaningexpo.com/themes/worldx/style.css

I believe this is an issue with the theme I'm using rather then drupal.

Would anyone know how I can go about fixing this??

Comments

CleaningExpo’s picture

templ1’s picture

it is not that it is not showing, it is just going below, you just need to decrease the width of the right column or make a small css hack for ie6.

CleaningExpo’s picture

where can I find information about what I should add to the style sheet to fix it.

I'm not sure if it's even showing up below. I've viewed it on another computer using ie6 one time and I don't recall seeing it below.

sunset_bill’s picture

It has to do with the way IE6 handles the 'float' and 'position' attributes in CSS. Best trick I know for dealing with these in IE is called the underscore hack, but since you asked where to fine information, I'll leave the searches to you. ;^)

cheers,
Bill

CleaningExpo’s picture

I added another line with an "_" before each of the float and position attributes and it didn't correct the problem in IE 6.

CleaningExpo’s picture

Would someone mind helping me out and just post what needs to be changed in the CSS style sheet to make this work? I know for some it will take 2 seconds.

If no one will post the code will someone at least point me in the right direction of what I need to change or add to the css?

sunset_bill’s picture

links to specific known IE problems and fixes in this related thread http://drupal.org/node/381748