I'm having a heck of time figuring out an IE6 issue with a Zen sub theme. Here is the issue:
On certain pages the left sidebar overlays on main content area when the browser window is small. This only happens on certain pages and goes away when the node tabs are rolled over. This seems like an IE6 peekaboo issue, but it doesn't appear for all pages? It happens on these: http://test.moblin.org/documentation, http://test.moblin.org/node/add, but doesn't happen here as well as other places: http://test.moblin.org/community. See attached screen shots as well.
The IE contional css seems to be working fine. I have modified the fixed layout slightly, but can't figure out where I might need to modify the ie.css to fix this?
Any help would be greatly appreciated! Thanks
| Comment | File | Size | Author |
|---|---|---|---|
| Works fine: community.gif | 78.18 KB | mshaver | |
| Broken: create_content.gif | 62.44 KB | mshaver | |
| Broken: documentation.gif | 76.85 KB | mshaver |
Comments
Comment #1
kmontyGo to admin -> performance and turn on css aggregation. See if that solves the issue.
ie6 does funky things when you have that many css files, even if you do not hit the 32 File Ceiling
Comment #2
liquid06 commentedThanks kmonty, I was having the same problem as mshaver and this solution worked for me!
Comment #3
mshaver commentedYes, this in fact was the issue! It's one of those things I forget about as I'm testing and then it dawns on me later! Thanks
Comment #4
kmontyGlad I was able to help!