I have a select menu on my page and it appears fine in ie and chrome, but not in firefox- it appears like a horizontal item-
[image removed temporarily]
this is the code
<select name="times">
<option value="0" selected="">Downtown LA 10:00</option>
<option value="1">Downtown LA 12:00</option>
<option value="2">Downtown LA 14:00</option>
</select>
I think this has something to do with the overflow css property, check your css for your select. Displayed properly in firefox on Mac for me.