Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

boder color and style of a drop down box

0 views
Skip to first unread message

Kai Stibitz

unread,
Mar 15, 2001, 5:54:19 AM3/15/01
to
hi!

is it possible do change the border-style and the border-color of a drop down
box? i had used border-style: xxx and boder-color: yyy but it dosent work.

thx for your help

AlanZ

unread,
Mar 15, 2001, 12:02:00 PM3/15/01
to
You can do this in mozilla.
I think that this is one of those great "features" of the current IE
browser (you never know what you get for rendering when it comes to html
form controls) check my post from a few messages back.

Hopefully IE6 will fix these problems...

you should be able to do something like this:

select[size="1"] {
border: 2px outset #f00;
background-color: #ff0;
color: #f90;
}

now you would expect every select and its drop-down menu to have a 2px
outset red border. :-)


Kai Stibitz

unread,
Mar 15, 2001, 5:54:10 AM3/15/01
to
0 new messages