By CleaningExpo on
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
(No subject)
Picture of Problem:
http://www.nationalcleaningexpo.com/sites/default/files/problems/nce_ie6...
Picture of what it's suppose to look like.
http://www.nationalcleaningexpo.com/sites/default/files/problems/nce_ie7...
it is not that it is not
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.
where can I find information
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.
It has to do with the way IE6
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
I added another line with an
I added another line with an "_" before each of the float and position attributes and it didn't correct the problem in IE 6.
Would someone mind helping me
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?
some answers here
links to specific known IE problems and fixes in this related thread http://drupal.org/node/381748