I'm using the following css code in my web page:
appearance: none;
-moz-appearance: none; /* Firefox */
-webkit-appearance: none; /* Safari and Chrome */
Does these codes support IE6 / IE7 / IE8
? if not, then is there any alternate code that can work in IE6/IE7/IE8
?