I'd like to remove the rollovercolor of a horizontallist (my component has a background image). I've tried using a css style sheet by setting the "roll-over-color" property to "transparent"... But I get a black background >_<

Could anyone help me with this?

Thanks a lot =)

Regards, BS_C3

link|improve this question

74% accept rate
feedback

1 Answer

up vote 1 down vote accepted

The style you're looking for is "useRollOver" and its a bollean, so just set it to false and you should be good to go.

Now if you have a more complicated scenario see the discussion here, this was a case where the rollOver was desired for other rollOver events, but wanted it to be transparent.

link|improve this answer
Hi! Thanks for your answer. Actually, I need the rollover property to be set to true (some events depend on that property). So I think I'll overwrite the horizontallist to remove the highlight color =) Regards. – BS_C3 Mar 8 '10 at 10:39
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.