>From there: "Only properties that take numeric values are supported (e.g. backgroundColor is not supported by animate())."
But thanks anyway... Your tip helped me with a lot of other issues! :D Thanks!!! rics On Dec 24, 10:43 pm, "Glen Lipka" <[EMAIL PROTECTED]> wrote: > Check out this page in the docs.http://docs.jquery.com/Effects/animate > > I am in the airport in Phoenix on public wifi, so I cant make a demo right > this sec. But that page should help. > > Glen > > On Dec 24, 2007 8:35 AM, rics <[EMAIL PROTECTED]> wrote: > > > > > Hello, > > > I'm a PHP developer, but all this javascript thing is new to me. It's > > the first time I try to do something with javascript and I'm using > > JQuery to help me do things fast (and best). > > > I wish to make some highlight effect, but can't figure it out by > > myself. Can you help me? > > > I wish to click a checkbox and then "flash" a div using yellow > > background. I think I have to paint the div background with yellow and > > then fade to transparent again. Am I thinking correct? How can I do > > that? > > > Thanks, > > rics, from Brazil.