[jQuery] Scroll to top animate in Opera 9+

[jQuery] Scroll to top animate in Opera 9+


Hi,
I tried successfully this function $('html, body').animate({scrollTop:
0}, 'slow'); on most browsers but in Opera 9+ it doesn't behave
correctly, just scrolls some content of the page while other remains
static until the function stops?
Does someone have noticed this?
Thanks