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 cannot see the border color in Firefox.
I want to set the color to the border to the select box items also. Is there any way to do this ?
To set the border color to the IE I am using the following code base.
select {
border-color:blue;
}