The right column is pushed down on IE 6. The right blocks all show up below the bottom edge of the center and left content. This is with the latest code in CVS.

But the latest version works wonderfully in Firefox and everything else. :)

CommentFileSizeAuthor
right-pushed-down.jpg78.29 KBdigerata

Comments

Frando’s picture

Status: Active » Postponed (maintainer needs more info)

Hmm,
I still couldn't reproduce this.
I have not found one page (with core modules) that has this behaviour in IE6.

Could you please post some information on how to reproduce this?

romeoecabrera’s picture

It seems the problem showed up when using polls in sidebars. Firefox working perfectly, Internet Explorer broking.

I changed from this in the styles.css ...

.poll .vote-form .choices {
padding-left: 5%;
text-align: left;
display: block;
}

to this:

.poll .vote-form .choices {
padding-left: 0%;
text-align: left;
display: block;
}

this is, setting 0 to "padding-left". After that, IE worked perfectly!
(Web Developer Toolbar for Firefox was really useful!)

mlncn’s picture

subscribing

Similar issue at http:///coanews.org (granted it's very modified!)

itapplication’s picture

Status: Postponed (maintainer needs more info) » Closed (won't fix)