Hi,
I'm applying a css style to a select dropdown and input textboxes.
The style appears to work in IE7 and Firefox but not in IE8.
The css is:
input.text, input.file, textarea.textarea, select.select
{
font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
color:#333;
margin:0;
padding:4px;
}
input.text, textarea.textarea, select.select{
border-top:1px solid #7c7c7c;
border-left:1px solid #c3c3c3;
border-right:1px solid #c3c3c3;
border-bottom:1px solid #ddd;
}
The style appears to apply fine to textboxed but not selects/
Any ideas about why this is happening in IE8?