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:>
You can target Safari select tag by doing this:
select
select { width: 224px; line-height: 1.8; (This can be in px too) }