Re: [jQuery] Scroll so that an element is at the bottom of the viewport

2009-11-02 Thread Massimo Lombardo
On Mon, Nov 2, 2009 at 11:28, Deniz Dogan wrote: > I'm looking for a JQuery plugin like scrollTo but which lets me scroll > the viewport so that the bottom of an element is at the bottom of the > viewport. > > Is this possible with scrollTo? If so, how? Otherwise, is there any > other plugin I can

Re: [jQuery] Scroll so that an element is at the bottom of the viewport

2009-11-02 Thread brian
Off the top of my head, one idea would be to use jquery to add a hidden/empty element after the one you want at the bottom, then use the ID of the former to scroll to. On Mon, Nov 2, 2009 at 5:28 AM, Deniz Dogan wrote: > I'm looking for a JQuery plugin like scrollTo but which lets me scroll > the

[jQuery] Scroll so that an element is at the bottom of the viewport

2009-11-02 Thread Deniz Dogan
I'm looking for a JQuery plugin like scrollTo but which lets me scroll the viewport so that the bottom of an element is at the bottom of the viewport. Is this possible with scrollTo? If so, how? Otherwise, is there any other plugin I can use?