Text size for drop down menu/input select not working in Safari

后端 未结 12 1448
说谎
说谎 2021-02-19 00:17

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:

12条回答
  •  南笙
    南笙 (楼主)
    2021-02-19 00:42

    At least in Safari 5.1 (I don't have 3 running anymore) you can turn off the default styling with:

    select{-webkit-appearance: none}
    

    Then it will conform to your font sizing.

提交回复
热议问题