Hi guys,

I was wondering if anybody could help with this.  I am trying to do animate
on the backgound-color of a div, but I got an error message saying that
'background-color' is not supported.

Here is my code:

            $("#testanimate").mouseover(function(){
                $(this).animate({'background-color':'#ffffff'},"slow");
            });

Is this the correct way of doing it ? Have I missed something ?

Thanks for the help,
Chris
-- 
View this message in context: 
http://www.nabble.com/How-to-animate-background-color---tf3199612.html#a8883462
Sent from the JQuery mailing list archive at Nabble.com.


_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to