Using Firefox the poll display shows the backround bars correctly, but the poll count bar(for lack of a better discription) show at the bottom of the page. In IE this shows correctly. Go here to see what I'm trying to say. http://xpats.pcs305.com/?q=node/16

Comments

paddy_deburca’s picture

Hi,

Please update your modules.css file with the following

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

Please note the the clear: none; should be added to the CSS.

Paddy.

Mad Maks’s picture

pcs305 can you please confirm if this works for you?

pcs305’s picture

Yes. Paddy's solution solved my problem it is working perfectly now.
Thanks
Ian

Mad Maks’s picture

Status: Active » Fixed

thanks, it is now fixed in the cvs version.

Anonymous’s picture

Status: Fixed » Closed (fixed)