Posted by pcs305 on July 15, 2006 at 10:08pm
Jump to:
| Project: | SpreadFirefox |
| Version: | master |
| Component: | Graphics |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
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
#1
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.
#2
pcs305 can you please confirm if this works for you?
#3
Yes. Paddy's solution solved my problem it is working perfectly now.
Thanks
Ian
#4
thanks, it is now fixed in the cvs version.
#5