Hello Everyone!

I've been a member of this group for a couple of weeks now - this is the first 
time I've posted. I was really pleased to find a CSS group like this!

My question at the moment is how can I change the colour of a bullet on 
rollover?

I'm using the following code and really don't want to use images:

ul.products {
 line-height: normal;
 padding: 0px 0px 0px 5px;
 margin: 3px 0px 4px 15px;
 font-size: 12px;
 color: #FF5937;
 font-family: Verdana, Arial, Helvetica, sans-serif;
  }
ul.products a:link, ul.products a:visited, ul.products a:active {
 font-size:10px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-weight: bold;
 color:#000099
 }
ul.products a:hover {
 font-size: 10px;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-weight: bold;
 color: #FF0000;
 }

Regards,

Clare Green.
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to