That is happening because the background color of the row is set with inline CSS to be the original background color when the highlight effect is complete. Inline CSS always has priority over CSS in the stylesheet. Maybe you can try using the !important declaration to override it?
Note that the :hover pseudo class is not supported in IE6 on any element except an anchor. -justin --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/prototype-scriptaculous?hl=en -~----------~----~----~----~------~----~------~--~---
