problem with the property backgroundColor while running animation
function of div element within ie7
fine in FF2 - windows xp

does not work unless you quote up the property and write it in correct
css name (with hyphen)...
CORRECT:
$(this).animate({"background-color":black},200)
WRONG:
$(this).animate({backgroundColor:black},200)


dunno if the jquery people know. cant be arsed to join their members
list to find out. should be picked up here.

hope this helps....took me ages to find the problem. DOH !

Reply via email to