Hi guys,

I am new here, and this is my first post in this list. So first of all,
greeting !!

I am trying to style the SELECT element in IE, and what I want to do is to
change the background color of the options using hover, active and focus,
since these three elements can be used for all the elements.

but till now I can not get it work , I've  searched the list achieves, and
found something like:

select.modules option[selected] {
      background-color: #33cc33;
      color: white;
      }
      select.modules option:hover {
      background-color: pink;
      color: white;
      }

but this does not work.

Could anyone give me some clues for this?

thanks a lot.

zhonghai
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to