Bars in Polls are not showing
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.
Yes, this fixed it:
.poll .bar .foreground { background: url(images/bg-poll.gif) repeat-x; height: 16px; clear: none; float: left; }
Couldn't reproduce your error, but includet the code you suggested. Thanks!
Comments
Comment #1
nerdymark commentedAh, 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.
Comment #2
nerdymark commentedYes, this fixed it:
.poll .bar .foreground {
background: url(images/bg-poll.gif) repeat-x;
height: 16px;
clear: none;
float: left;
}
Comment #3
Frando commentedCouldn't reproduce your error, but includet the code you suggested. Thanks!
Comment #4
Frando commented