Forum Moderators: not2easy
It works in Opera (7.x) and Netscape (6.x) but not in MSIE (tested 5.0 and 5.5)
I don't think so. IE only allows you to change the background colour of select/option elements, whereas other browsers also allow for the styling of the text. So, I'd say that IE doesn't support the border on select either. :(
As an aside, you can use some CSS shorthand to replace the 3 border stylings you have above:
border: 1px solid #fff;
HTH