Different Colors in select box

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
User avatar
devork
Forum Contributor
Posts: 213
Joined: Fri Aug 08, 2003 6:44 am
Location: p(h) developer's network

Different Colors in select box

Post by devork »

I have a forum having select box size=10
there are Options of 7 different cities and listing there members,
Can I give different color to the users of each city in selection box ?
User avatar
devork
Forum Contributor
Posts: 213
Joined: Fri Aug 08, 2003 6:44 am
Location: p(h) developer's network

solved

Post by devork »

ok it's solved
<option class="green">$row</option>
<option class="orange">$row</option>
Post Reply