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)
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. :)

AttachmentSize
right-pushed-down.jpg78.29 KB

#1

Frando - December 22, 2006 - 16:17
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?

#2

romeoecabrera - September 23, 2007 - 21:17

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

Benjamin Melançon - December 31, 2007 - 23:53

subscribing

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

 
 

Drupal is a registered trademark of Dries Buytaert.