|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread |
Rating:
|
Display Modes |
|
#1
|
|||
|
|||
|
Drop down box and css?
Is it possible to set the background color and border of a drop down box?? CSS maybe?? I know you can do it with input fields..... Any one?
|
|
#2
|
|||
|
|||
|
You can change the background color, but I'm not sure if you can change the borders.
Code:
<style type="text/css">
<!--
select {
background-color: blue
}
-->
</style>
Oh, and I think the background property in a select-tag is an IE thing only. Perhaps I'm wrong, but it's not working in Opera. |
|
#3
|
|||
|
|||
|
you could also set up a class...???
|
![]() |
| Viewing: Dev Shed Forums > Web Design > CSS Help > Drop down box and css? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|