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


First question ...

I have no problem with drop down menu / input in Safari Choose to display with Size 18 font.

Works fine in FF.

Code:

  & lt; Form class = "form" & gt; & Lt; Select name = "create" & gt; & Lt; Option value = "0" & ​​gt; All & lt; / Options & gt; & Lt; / Select & gt; & Lt; / Form & gt;  

CSS:

 . Input Input {font-size: 18px; Margin-bottom: 0px; }  

Any ideas? You can see live on [

Best, Nick

Edit 1: Thanks for the quick reply. I added a style to choose from myself to avoid confusion. I tried;

  & lt; Choose name = 'make' style = 'font-size: 18pt;' & Gt; & Lt; / Select & gt;  

and

  & lt; Choose name = 'make' style = 'font-size: 18px;' & Gt; & Lt; / Select & gt;  

and

  & lt; Choose name = 'make' style = 'font-size: 1.3m;' & Gt; & Lt; / Select & gt;  

Still not working in Safari ... Again FF works well with all 3s.

Best, Nick

Closes:

  Select {-webkit-appearance: none; }  

Comments