Results 1 to 4 of 4

Thread: Using scroll for div element

  1. #1
    Join Date
    May 2008
    Posts
    248

    Using scroll for div element

    Hello friends,

    I am stuck with the scroll for div element.
    I want to use a scroll to go at a particular element & I have the id.

    I want some info on using window.scrollTo() function.

    If you guys can help me out It will be great help.

  2. #2
    Join Date
    Aug 2008
    Posts
    281

    Re: Using scroll for div element

    check out a javascript library, like jquery or mootools.

  3. #3
    Join Date
    Apr 2008
    Posts
    264

    Re: Using scroll for div element

    I think horizontal scroll are not bad. Such website look very nice.
    Try this:

    Code:
    <div style="HEIGHT: 500px; WIDTH: 100%; OVERFLOW: scroll;">
    I hope this helps.

  4. #4
    Join Date
    Oct 2008
    Posts
    116

    Re: Using scroll for div element

    When your button clicked and an item selected call this selected item's focus() method. this will cause auto scroll to your element :

    Code:
    <div style="height:80px; overflow:auto;">
        <input type="text" id="id1"><br><br>
        <input type="text" id="id2"><br><br>
        <input type="text" id="id3"><br><br>
        <input type="text" id="id4"><br><br>
        <input type="text" id="id5"><br><br>
        <input type="text" id="id6"><br><br>
    </div>
    <input type="button" onclick="document.getElementById('id6').focus();">
    OR

    when you want to scroll to a particular item, execute the following JavaScript code:

    Code:
    location.hash = itemID;
    ...where itemID is a variable that contains the ID of the element you want to scroll to.

Similar Threads

  1. Replies: 1
    Last Post: 10-05-2012, 11:55 AM
  2. Replies: 5
    Last Post: 18-06-2011, 07:39 AM
  3. Replies: 3
    Last Post: 25-11-2010, 08:18 AM
  4. What is an XML Element?
    By Solitario in forum Software Development
    Replies: 4
    Last Post: 29-01-2010, 06:38 PM
  5. Code to scroll to javascript element.
    By sizzla in forum Software Development
    Replies: 2
    Last Post: 04-07-2009, 10:13 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,717,792,756.52241 seconds with 17 queries