Topic: Changing the border of select elements / drop down menus (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: Berlin (almost) |
posted 05-04-2002 16:10
I tried to change the color of a one-lined select box's border by using the following code: |
Maniac (V) Mad Scientist From: Belgrade, Serbia |
posted 05-04-2002 18:50 |
Bipolar (III) Inmate From: Berlin (almost) |
posted 05-04-2002 19:58
Oh. I almost feared that. Thanks for the info though! |
Bipolar (III) Inmate From: USA! USA! USA! |
posted 05-06-2002 16:50
In the days of DOM and CSS you'd think that we could get a browser that enabled the styling of ALL elements. |
Bipolar (III) Inmate From: Berlin (almost) |
posted 05-06-2002 20:00
hlaford: I read somewhere that only Netscape 6 / Mozilla supports OPTGROUP, and that it doesn't look very pretty. But I never tested it. |
Maniac (V) Mad Scientist From: Belgrade, Serbia |
posted 05-07-2002 07:40
As far as form elements are concerned, you must not forget that they are not the same on all operating systems (Linux had skinable window managers for a long time, and now Windows also supports skinning) and manipulating with them (changing them dynamically) would be a real pain, so that's the main reason why you have limited set of customizable things... |