zawedx
10-26-2004, 02:19 PM
Hi all, I want to know how to config the following items of a selection menu<select></select>:
-border color;
-background color, can it be transparency;
-font type, size and color;
-button colors.
thanks a lot!
Roy Sinclair
10-26-2004, 10:01 PM
-border color;
http://www.w3.org/TR/CSS2/box.html#border-color-properties
-background color, can it be transparency;
Transparent is default except for the browser window background which is user controlled. So just don't specify a background color.
http://www.w3.org/TR/CSS2/colors.html#background-properties
-font type, size and color;
http://www.w3.org/TR/CSS2/colors.html#colors
http://www.w3.org/TR/CSS2/fonts.html
-button colors.
Covered above.
Note that the various browsers differ somewhat in what parts of a select or option object that you can control.