I am not expert in css but I think this is because the layout.css contain "* html " at the begining of line 37.
If I remove it right column is displayed properly.
There is also a "* html" sequence at the beginning of line 54.
Frederic
I am not expert in css but I think this is because the layout.css contain "* html " at the begining of line 37.
If I remove it right column is displayed properly.
There is also a "* html" sequence at the beginning of line 54.
Frederic
Comments
Comment #1
mccricri commentedThis is needed by IE5, if I remove it, the right sidebar is overlay over the left one.
But if I leave it, I have the bug in IE 7 :/
Comment #2
flebas commentedFirefox and IE6 accept both versions (with and without "* html "). I no longer have computer with IE5 to test it.
IE5 use was less than 1.5% in march 2006, I think that it is better to ensure compatibility with IE7 that will become more widely used with automatic updates and with Vista release.
Maybe there is a way to write a css that works in all cases.
Comment #3
diovi commentedI have fixed this ans now it works in IE5, IE6, IE7, Firefox, and Safari....i don't care much for other browsers, so i haven't checked anything else.
This is my css code (im using bluebreeze-fixed):
**note the period before "margin-left" in the IE7 fix, don't forget it**
Comment #4
AmirTheSeventh commentedJust wondering if you guys are aware of this issue:
Sidebars and content shifting up on anchored links (FF 2.0, IE 7, IE6SP1, FF 1.5)
http://drupal.org/node/106850
Comment #5
Frando commentedCommited this. Thanks a lot!
Comment #6
(not verified) commented