Right Column content is pushed down on IE 6.
digerata - December 1, 2006 - 21:49
| Project: | bluebreeze |
| Version: | HEAD |
| Component: | CSS |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed (maintainer needs more info) |
Jump to:
Description
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. :)
| Attachment | Size |
|---|---|
| right-pushed-down.jpg | 78.29 KB |

#1
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?
#2
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!)
#3
subscribing
Similar issue at http:///coanews.org (granted it's very modified!)