Connecting Tech Pros Worldwide Forums | Help | Site Map

Change highlight color

Newbie
 
Join Date: Oct 2009
Posts: 1
#1: Oct 5 '09
I have a listbox with 5 options.

How can I change the highlight color of the option that is currently
selected?

TheServant's Avatar
Expert
 
Join Date: Feb 2008
Location: Australia
Posts: 914
#2: Oct 15 '09

re: Change highlight color


I'm not sure if this works, it does for a form input type, but try CSS:
Expand|Select|Wrap|Line Numbers
  1. .mylistbox [selected="selected"]
Reply