I want to set the color to the border of the select box and its contents. I am able to see the color to the border of select box in IE. But ...
I Have tried this
select { border:0; } <select> <otpion value='male'>Male</option> <otpion value='female'>Female</option> </select>
I have a website and i need to implement border radius for text box and Selet box. Text-boxes are working fine on IE6 with the Support of HTC File. But Unfortunately Select ...