Active
Project:
Zen Classic
Version:
6.x-1.x-dev
Component:
layout.css
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Nov 2007 at 00:56 UTC
Updated:
26 Feb 2011 at 05:21 UTC
I know the right column displaying under the left column in IE has been addressed but has it been fixed? I just did a brand new install, basic three column and it has same problem. I attached a jpeg of firefox on top and IE7 on bottom.
From what I've read the code below is supposed to fix this right?
/* Ensure long text or wide images don't break IE6 layout. */
#page, #header, #footer, #squeeze, #container .sidebar {
_overflow: hidden;
_overflow-y: visible;
word-wrap: break-word; /* A very nice CSS3 property */
}
Am I missing something? What is the solution on this basic problem?
| Comment | File | Size | Author |
|---|---|---|---|
| IE7VSFIREFOX.jpg | 34.75 KB | totaldrupal |
Comments
Comment #1
johnalbinIf you are using the zen-classic sub-theme, then no the problem hasn't been fixed. And it won't. The Zen Classic theme is simply the old layout method and styles moved into a sub-theme.
If you use the main Zen theme, the problem is fixed.
Comment #2
johnalbinMoving to new Zen Classic project.