Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by MojaveHigh

  1. MojaveHigh

    Scroll div contenst to bottom?

    Thanks, I'll try that. What I'm doing is dynamically adding contents to a div (as in a list) and I always want the last added items to be shown. I read somewhere that it might be necessary to wait a bit of time for the new contents to be added before the scrolling, so I tried setTimeout but...
  2. MojaveHigh

    Scroll div contenst to bottom?

    Hmm, that didn't seem to work. It just keeps it in the current location. It doesn't scroll at all.
  3. MojaveHigh

    Scroll div contenst to bottom?

    How do I scroll the contents of a div or other container down to the bottom? var div = document.getElementById( "output" ); div.doScroll( 'scrollbarDown' ); That scrolls down one item. I can also scroll down one page, but I seem to get out of sync if the div is filling up with content quickly...

Part and Inventory Search

Back
Top