Pages:1
HTML Option Question(Click here to view the original thread with full colors/images)
Posted by: DiscoDave
I'm trying to get an html dropdown box where each option can have different colors.
So the first entry might be blue, the second might be red, and such.
Browser compatability is a non-issue, but it does need to work with ie7.
Any advice?
Posted by: Ritsui
CSS?
No matter how you actually develop the menu, I can't think of any reason you shouldn't be able to use the "color:??;" and "background:??;" attributes to change each element.
Posted by: DiscoDave
Excellent, thanks...I got it to work just fine like that.
<=== html n00b.
|
|