Is there an option at the end of the effect to call my own end-action routine?  I could set the styles to nothing at that point.
 
Sam 

I had problems with doing Effect.Highlight on table rows before, as the TD’s would have their color changed and the revert would no longer inherit the css from the TR elements (if memory serves, it was only in Firefox).  I tried to overwrite part of Effect.Highlight to apply the changes to all child TDs when the effect was done on a TR, and I thought that fixed it, but it cropped up again later.  Anyway, the problem is that it resets those values to whatever they were before it applied the effect.  Since ‘none’ and ‘transparent’ are the defaults, they are put in at the end.  My guess is that the _javascript_ is not considering values from CSS, only inline styles, but I could be wrong.  Do I have a solution?  No, but I do feel your pain J

 

Greg


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" 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/rubyonrails-spinoffs
-~----------~----~----~----~------~----~------~--~---

Reply via email to