forms - Dropdown Select Box not showing correctly with custom CSS? -


how can add custom css select box styling chrome , safari? there fix?

answer: need add -webkit-appearance: none; , height value chrome , safari.

any suggestions?

resource: http://bavotasan.com/2011/style-select-box-using-only-css/

try on jsfiddle remove , add style in google chrome:

before: - http://jsfiddle.net/joshsalway/jw6qy/

after: - http://jsfiddle.net/joshsalway/cmbtb/

select{   -webkit-appearance: none; } 

Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -