Reply
applying css to 'select's
Old 05-27-2005, 09:57 AM applying css to 'select's
bez
bez's Avatar
Skilled Talker

Posts: 53
i have the css:

input {
border: 1px solid rgb(133,180,12);
margin:3px;
}

which gives me lovely green bordered buttons on my forms. Id like to apply the same style to dropdown <select>s, so i tried:

select {
border: 1px solid rgb(133,180,12);
margin:3px;
}

which does nothing, so my selects look a bit out of place. off the top of my head, i cant think of any site that does much in the way of <select> formatting, is it possible?
bez is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Old 05-27-2005, 10:45 AM
Unknown.

Posts: 1,693
You can format the background colour and font colour etc. but impossible to change the borders
Dark-Skys99 is offline
Reply With Quote
View Public Profile
 
Old 05-31-2005, 07:55 AM
bez
bez's Avatar
Skilled Talker

Posts: 53
oh well, cheers anyway
bez is offline
Reply With Quote
View Public Profile
 
Old 04-09-2006, 07:50 AM Re: applying css to 'select's
Experienced Talker

Posts: 35
Location: Norway
Hello and thanks...
I used the following code on my site.

input {
border: 1px solid rgb(133,180,12);
margin:3px;
}


Been looking for something like this.
Any way I can loose the border around my submit button.
__________________
Best wishes
Ronny
Ronny is offline
Reply With Quote
View Public Profile
 
Old 04-09-2006, 09:06 AM Re: applying css to 'select's
Super Talker

Posts: 126
Location: Australia
it's almost impossible, you have to put a <div></div> around your select box and style your div in with css
__________________
TRIBOLIS.COM : Quality Linux Web Hosting Solutions : Since 2004
WHM/cPanel | PHP 5 | 24x7 Support NOW | Daily Backups!
WeLoveCSS.com XHTML & CSS Forum for everyone!
Tribolis is offline
Reply With Quote
View Public Profile Visit Tribolis's homepage!
 
Reply     « Reply to applying css to 'select's
 

Thread Tools

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.12351 seconds with 12 queries