K what I did, because I had certain padding values for the sideboxes to get them how I wanted, it drove the drop down box a lil too far to the right, which still looked fine in IE but not in FF lol
.sideBoxContent {
padding-top: 0.3em;
padding-left: 0.7em;
padding-right: 0.5em;
padding-bottom: 1em;
}
```I added this in after that with the help of Firebug:
#currenciesContent {
padding-top: 0.5em;
padding-left: 0.5em;
padding-right: 0.5em;
padding-bottom: 1em;
}
Hope that helps! :D
*edited to add in that the seperate declaration should be added in after the main sideboxContent one *I think* lol because from what I remember, stylesheets use the last declaration to load....something like that anyway lol