matthewhse
04-21-2003, 11:22 AM
I like styling my textboxes as follows:
<INPUT TYPE="text" STYLE="border: 1px solid #000080">
As you know, this makes the texbox look like just a box on the page with a border--no inset, no bevel, just the border.
Problem is, on my site, textboxes often have to go right beside a dropdown list. So far, I haven't been able to get the dropdowns to match the style of the textbox. Does anyone know how to do this? Looks goofy to have a "flat" textox beside an "inset" dropdown list.
Thanks,
Matthew
<INPUT TYPE="text" STYLE="border: 1px solid #000080">
As you know, this makes the texbox look like just a box on the page with a border--no inset, no bevel, just the border.
Problem is, on my site, textboxes often have to go right beside a dropdown list. So far, I haven't been able to get the dropdowns to match the style of the textbox. Does anyone know how to do this? Looks goofy to have a "flat" textox beside an "inset" dropdown list.
Thanks,
Matthew