hi all, i''m working on an ajax commenting system for a client and i''m using the highlight effect to "highlight" the new comment. This all works fine and dandy except for one small issue. Alternating rows have different colours set in the css. So one of the rows which normally would be a light shade of pink is now white. if I set the endcolor option, the highlight goes to the correct color but then turns white straight after. Any idea''s why? --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
gRoberts wrote:> hi all, > > i''m working on an ajax commenting system for a client and i''m using > the highlight effect to "highlight" the new comment. > > This all works fine and dandy except for one small issue. > > Alternating rows have different colours set in the css. So one of the > rows which normally would be a light shade of pink is now white. > > if I set the endcolor option, the highlight goes to the correct color > but then turns white straight after. > > Any idea''s why? > >Have you tried using it without an endcolor? Without an endcolor, I believe it removes the inline color declaration and the class should again dictate the color of the row. Check your syntax on the endcolor... can you paste some code? - Ken Snyder --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
On Dec 27, 6:51 pm, Ken Snyder <kendsny...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> gRoberts wrote: > > hi all, > > > i''m working on an ajax commenting system for a client and i''m using > > the highlight effect to "highlight" the new comment. > > > This all works fine and dandy except for one small issue. > > > Alternating rows have different colours set in the css. So one of the > > rows which normally would be a light shade of pink is now white. > > > if I set the endcolor option, the highlight goes to the correct color > > but then turns white straight after. > > > Any idea''s why? > > Have you tried using it without an endcolor? Without an endcolor, I > believe it removes the inline color declaration and the class should > again dictate the color of the row. Check your syntax on the > endcolor... can you paste some code? > > - Ken SnyderIt was down to me using a scrollTo directly after without using a queue. as soon as I place both in a queue it worked fine. --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---