M
McEve
Hi,
How can I set a style on a drop down list in a form? I wish to set the
border to a certain color.
What works on other form elements:
..formborder {
border-color : #1A2F80;
border-style : solid;
border-width : 1px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
font-weight: normal;
}
Does not seem to work on the drop down list...
Thanks for any help you might be able to provide.
How can I set a style on a drop down list in a form? I wish to set the
border to a certain color.
What works on other form elements:
..formborder {
border-color : #1A2F80;
border-style : solid;
border-width : 1px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
font-weight: normal;
}
Does not seem to work on the drop down list...
Thanks for any help you might be able to provide.