I have a List but I don't want to see any rollover effects when the user mouses over an item. I have all the color options to black but it doesn't see to help.
Set all the backgroundColor parameters to the same color.
new List({
backgroundColor:red,
rollBackgroundColor:red,
selectedBackgroundColor:red,
selectedRollBackgroundColor:red
}).center();
1 Like