Pages showing poll results don't fill in the result bars (dark grey) in FireFox 1.5
The grey bars appear bunched up at the bottom of the page just above the footer.
Not a good sign to spread the 'Fox ;)

Poll results are fine in IE6.

Comments

paddy_deburca’s picture

Hi,

This problem has been fixed before in http://drupal.org/node/73895

The solution should be to add the following to your style.css file

.poll .bar .foreground {
height: 5px;
background-color: #aaa;
border: #ccc solid 1px;
clear: none;
}

The CVS version of the theme has been updated to contain this fix.

Paddy.

budda’s picture

I downloaded the 4.7 version just the other day. Would be useful to have the fix backported from CVS to 4.7 branch.

Mad Maks’s picture

Status: Active » Fixed

the solution is not to add this code to the style.css but add clear: none; to the lines in the modules.css.

I have tagged the latest version of the modules.css with 4.7 so this fixe comes avaliable in the next day.

Anonymous’s picture

Status: Fixed » Closed (fixed)