[Proto-Scripty] Re: background-color stucked after an highlight effect

2009-12-04 Thread david
Hi Eric, do you try to reset the element style property for background-color ?? try this new Effect.Highlight('b',{queue: 'end', afterFinish: function() { $('b').setStyle({backgroundColor:''});}}); -- david On 4 déc, 12:55, Eric lefauv...@gmail.com wrote: Hi, I have a table with even rows

[Proto-Scripty] Re: background-color stucked after an highlight effect

2009-12-04 Thread Eric
Thanks David, It does work! And do does tr.style.backgroundColor = ''; Why did I look for something complex when solution was so simple :o) Thanks again! Eric On Dec 4, 1:08 pm, david david.brill...@gmail.com wrote: Hi Eric, do you try to reset the element style property for