Hi Guys, I'm having a problem with the animation color core of UI, i have the latest jquery, and ui version.
When I rollout, sometimes there is some items that stay stuck to the rollover color. And it just not work in ie at all. Live example: http://www.position-relative.com Script: $("a.exemp").hover(function() { $(this).not(":animated").animate({ backgroundColor:"#2c2c2c", color:"#ffffff", },300) $(this).find("p.title").not(":animated").animate({ color:"#ffffff", },300) },function(){ $(this).animate({ backgroundColor:"#e3dedd", color:"#000000" },300) $(this).find("p.title").not(":animated").animate({ color:"#1b5d6b", },300) }) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery UI" 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/jquery-ui?hl=en -~----------~----~----~----~------~----~------~--~---
