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:
<div class="styled-select"> <select> <option>Here is the first option</option> <option>The second option</option> </select> </div> CSS Code:
.styled-select select { background: transparent; width: 268px; padding: 5px; font-size: 16px; border: 0; border-radius: 0; height: 34px; -webkit-appearance: none; -moz-appearance:none; appearance: none; } .styled-select { width: 271px; height: 43px; overflow: hidden; background: url(img/cmbbox.png) no-repeat; border: 0; } jsFiddle: http://jsfiddle.net/Sz2e6/