Hello everyone,
I have a webpage which has 2 tables one of them is visible and others display property is set to none i.e. its kept as invisible..
now on a click of a button i am making the second table to appear on the web page..
but i have to scroll down to see the second table..
Now what i want is that after making the second table visible the web page should scroll down to the secomd table so that it is fully visible...
Any help is highly appreciated..
Thanks in advance..
making web page scroll down on button click
Moderator: General Moderators
-
sheikhmdirfan
- Forum Newbie
- Posts: 22
- Joined: Tue Jan 20, 2009 12:21 am
Re: making web page scroll down on button click
Hello,
Without seeing the exact situation its hard. Have you tried page anchors to just above where the table appears? Alternatively you can use javascript to control the scroll and send it to the position you need.
Thanks.
Without seeing the exact situation its hard. Have you tried page anchors to just above where the table appears? Alternatively you can use javascript to control the scroll and send it to the position you need.
Thanks.