[jQuery] Re: scrollTop not working in IE 6/7 or FF

2008-02-14 Thread Eridius
ScrollTop is a function from teh dimensions plugin. I found the $(window).scrollTop(); works, still curoius why it does not work for functions. polyrhythmic wrote: > > > AFAIK scrolltop is an element property, _not_ a function. > > See these for more info: > http://www.quirksmode.org/viewpo

[jQuery] Re: scrollTop not working in IE 6/7 or FF

2008-02-14 Thread polyrhythmic
AFAIK scrolltop is an element property, _not_ a function. See these for more info: http://www.quirksmode.org/viewport/compatibility.html http://developer.mozilla.org/en/docs/DOM:element.scrollTop http://www.learningjquery.com/2007/09/animated-scrolling-with-jquery-12 Also these sites are great g