I have a problem with EEPoll 1.7 in FireFox.
I “call” the poll with:
{exp:eepoll poll_id="latest"}
{poll}
{/exp:eepoll}The CSS:
.pollQuestion {
float: left;
width: 170px;
color: #222;
font: 11px Verdana, arial,sans-serif;
margin: 0 0 5px 0;
}
.pollResultAnswer {
color: #222;
font: 11px Verdana, arial,sans-serif;
}
.pollResultPercent {
color: #222;
font: 9px Verdana, arial,sans-serif;
}
.pollSelectedPercent {
color: #222;
font: 10px Verdana, arial,sans-serif;
}
.pollTotalVotes{
color: #6d6d6d;
font: bold 11px Verdana, arial,sans-serif;
margin: 0 0 8px 0;
}
.pollResultVotes {
color: #000;
font: 9px Verdana, arial,sans-serif;
}
.pollSelectedVotes {
color: #000;
font: 10px Verdana, arial,sans-serif;
}
.pollBlock {
margin: 0;
padding: 0;
width: 181px;
}
.pollButtonBlock {
margin: 10px 0 0 0;
}
.pollResult {
border-bottom: 1px solid #eee;
padding: 5px 0 5px 0;
}You can see the view in FF (FirexFox) and IE on this piocture:
How I can make in FF the same view as in IE