Change Combo Box Style
I want to change the cmbobox design I rtied to use this code it's working on chrome but it not working on opera and firefox HTML code:
Solution 1:
Full CSS styling of select elements is only support in Chrome browsers. For details, see the second answer to this question.
Since that answer was posted, Firefox has gained some support for styling selects, but not all styling options will be available.
For cross-browser solutions, the normal approach is to hide the select and to style another element to look like a select control.
Post a Comment for "Change Combo Box Style"