|
-
Aug 8th, 2002, 12:53 PM
#2
Member
Doing it with Javascript
http://www.thecomputeracademy.com
view the source on the left frame, you will see the javascript info how to do this.
there are 2 different methods to calculate teh height,
1) for IE...
1) for Netscape
but basically the code is :
if (ScrollTo>height){
scrollBy(0,ScrollTo-(height/2));
}
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|