DIV Scroll

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Graeme Howard

    DIV Scroll

    Hi

    I have a div which contains a table.
    I have a button which, when pressed, generates a new row. When the
    table begin to fill its div box, the vertical slider appears, and this
    perfect so far.

    The problem is, upon each click of the button, I need to also
    automatically move the scroll bar to view the bottom row of the table.

    Has anyone got any ideas how to achieve this?

    Thanks

    Graeme Howard
  • Mike

    #2
    Re: DIV Scroll

    For an IE solutoin try using the scrollIntoView( ) method

    Find official documentation, practical know-how, and expert guidance for builders working and troubleshooting in Microsoft products.




    "Graeme Howard" <graeme.howard@ ntlworld.com> wrote in message
    news:f3141955.0 310312218.3c1e1 afb@posting.goo gle.com...[color=blue]
    > Hi
    >
    > I have a div which contains a table.
    > I have a button which, when pressed, generates a new row. When the
    > table begin to fill its div box, the vertical slider appears, and this
    > perfect so far.
    >
    > The problem is, upon each click of the button, I need to also
    > automatically move the scroll bar to view the bottom row of the table.
    >
    > Has anyone got any ideas how to achieve this?
    >
    > Thanks
    >
    > Graeme Howard[/color]


    Comment

    Working...