I need to hide the standard layout of a select box without disabling it, because I have a background image for it. The effect I want is similar to the "-webkit-appearance: none", which works but I need it to work on Firefox and IE.
How could I do this? Thanks.
There is no such style for IE
. For Firefox
you can use -moz-appearance
.
See: http://help.dottoro.com/lcglsvea.php
version >= 1.0
Engineer 2012-04-04 13:55