Bars in Polls are not showing

Comments

nerdymark’s picture

Ah, Now I see, the poll bar is showing up way at the bottom of the page :)

http://nvcannabis.com/how_will_you_vote_on_nov_7

I recall a hack in the CSS that fixed this on some of my other sites, I'll give it a try.

nerdymark’s picture

Yes, this fixed it:

.poll .bar .foreground {
background: url(images/bg-poll.gif) repeat-x;
height: 16px;
clear: none;
float: left;
}

Frando’s picture

Status: Active » Fixed

Couldn't reproduce your error, but includet the code you suggested. Thanks!

Frando’s picture

Status: Fixed » Closed (fixed)