Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 10-26-2004, 02:19 PM   PM User | #1
zawedx
New Coder

 
Join Date: Sep 2004
Posts: 28
Thanks: 1
Thanked 0 Times in 0 Posts
zawedx is an unknown quantity at this point
Exclamation Form Style

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!
zawedx is offline   Reply With Quote
Old 10-26-2004, 10:01 PM   PM User | #2
Roy Sinclair
Senior Coder

 
Join Date: Jun 2002
Location: Wichita
Posts: 3,880
Thanks: 0
Thanked 0 Times in 0 Posts
Roy Sinclair will become famous soon enough
-border color;

http://www.w3.org/TR/CSS2/box.html#b...lor-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.htm...und-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.
__________________
Check out the Forum Search. It's the short path to getting great results from this forum.
Roy Sinclair is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 10:18 PM.


Advertisement
Log in to turn off these ads.