First question...
I\'m having trouble getting ANY of the Drop down menu/Input Select\'s to appear with size 18 font in Safari.
Works fine in FF.
Code:>
To style a select in Safari you first have to turn off the os styling:
select { -webkit-appearance: none; }