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
Post a Comment