1) Script Title: Jump to top Link
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex5/jumptop.htm
3) Describe problem:
Hi,
how move link to the left top, now is on left bottom.
1) Script Title: Jump to top Link
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex5/jumptop.htm
3) Describe problem:
Hi,
how move link to the left top, now is on left bottom.
Just change the "w" and "h" vars inside the script to the following in red instead:
Code:var w2=ns6? pageXOffset+10 : ietruebody().scrollLeft+10 var h2=ns6? pageYOffset+10 : ietruebody().scrollTop+10
work only in IE, not in FF. Another possible to change this?
Bookmarks