[thelist] CSS border on a select?

Tony Bounds tbounds at gci.net
Sun Oct 15 13:23:57 CDT 2000


on 10/15/00 6:21 AM, Shoshannah Forbes at xslf at xslf.com wrote:

> Is it possible to defined a border style for a select in a form (via CSS)?
> If so, how?
> 
> SELECT { border : groove;}

Do you mean something like this?

<select name="groovy" style="margin: 0px; padding: 0px; border: groove 4px
navy; width: auto; height: auto">

If you want to change the color of the black outline around the element and
its text use:  color: #yourcolor;

You can use a .class to do all this it too.
--
Tony





More information about the thelist mailing list