[jQuery] IE 8 is different or ?
hi everybody,
I am writing a simple line to animate the opacity
through animate() function, not working in IE 8.
Working fine in FF as usual.
$("span.al").animate({opacity:0.1});
Is it a problem with IE 8 or something else...?
Thanks