Closed (fixed)
Project:
Airy Blue
Version:
6.x-1.6
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Aug 2009 at 19:51 UTC
Updated:
30 Jan 2010 at 19:00 UTC
Jump to comment: Most recent
I created a 3 column layout and I'm finding with IE7 that the center column (main-inner) is getting over-layed on the first column (left sidebar), though of course things look fine in FireFox. In looking at the HTML generated by the Zen Classic theme for comparison, I see that the "system provided" clear-box class is being used for the main-inner content, when I changed page.tpl.php for Airy Blue to use the clear-box class rather than the clearfix class, my IE7 overlay issue went away.
Thanks for a nice looking theme!
--Scott
Comments
Comment #1
geerlingguy commentedThanks, Scott! I've been working through a few other little layout bugs lately, and I hope to roll 6.x-1.2 quite soon. I'll incorporate this into that release, and spend a little more time tweaking/testing in IE7/8.
Comment #2
geerlingguy commentedWill be rolled into 6.x-1.2 tonight.
Comment #4
Anonymous (not verified) commentedHi i use the latest version and still have the problem, the center column (main-inner) is getting over-layed on the first column (left sidebar), though of course things look fine in FireFox.
Please help ASAP... the link to the site is http://mitconsulting.ca/clients/appp/
Comment #5
Anonymous (not verified) commentedsorry i use 6.x-1.5 but i just tried 1.6 and its still the same issue....
Comment #6
geerlingguy commentedI will get to this as soon as I can, but if you need to revert to an older version for the time being, you can do so using the revisions page:
http://drupal.org/node/505930/release
Comment #7
geerlingguy commentedI refactored the page.tpl.php template to allow for IE to display the page correctly.