fsbeahm
11-15-2006, 10:59 PM
How can a <select> tag (dropdown list) be styled (particularly border color properties) so it will render styled in IE6 for XP? I keep getting the Microsoft blue no matter how I try to tweak it, with defeats the purpose of styling the rest of the form. (It works fine in Firefox.)
This is the code I have been using:
.select {
font-size: 12px; font-family: verdana, arial, helvetica, sans-serif; color: #333333;
background-color: #FFFFFC;
border: 1px solid; border-color: #333333;
}
Any advice or direction toward a resource would be appreciated.
This is the code I have been using:
.select {
font-size: 12px; font-family: verdana, arial, helvetica, sans-serif; color: #333333;
background-color: #FFFFFC;
border: 1px solid; border-color: #333333;
}
Any advice or direction toward a resource would be appreciated.