CSS ques
CSS ques
- Started
- Last post
- 5 Responses
- Mick
Does anyone know of a way to control each value in a dropdown with CSS?
ie. Click on a dropdown and have a different font/bg color for each item in the dropdown.
- fits0
i wondered this myself... and was told it was controlled by the system. Have you tried applying the style to the individual list tags?
- safe0
hmm,
Have you tried making a class with the properties you wanted and applying it to the dropdown?
- Mick0
I tried applying a different class to each "select" and no go.
- safe0
as in;
blah
?
- safe0
opps
select class="myDropdownStyle"
+ ><