Closed (won't fix)
Project:
BlueBreeze
Version:
master
Component:
CSS
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Dec 2006 at 21:49 UTC
Updated:
29 Aug 2013 at 16:52 UTC
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. :)
| Comment | File | Size | Author |
|---|---|---|---|
| right-pushed-down.jpg | 78.29 KB | digerata |
Comments
Comment #1
Frando commentedHmm,
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?
Comment #2
romeoecabrera commentedIt 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!)
Comment #3
mlncn commentedsubscribing
Similar issue at http:///coanews.org (granted it's very modified!)
Comment #4
itapplication commented