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?

CommentFileSizeAuthor
IE7VSFIREFOX.jpg34.75 KBtotaldrupal

Comments

johnalbin’s picture

Title: Is there a fix for IE7? » Zen Classic still has layout issues with wide content
Status: Active » Closed (won't fix)

If 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.

johnalbin’s picture

Title: Zen Classic still has layout issues with wide content » Zen Classic has layout issues with wide content
Project: Zen » Zen Classic
Version: 5.x-0.8 » 6.x-1.x-dev
Component: IE Problems » layout.css
Status: Closed (won't fix) » Active

Moving to new Zen Classic project.