1) Script Title: Dock Content
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...ockcontent.htm
3) Describe problem: Doesn't seem to work in Safari 3.1.
I believe it was a-okay in 3.0.x. Anybody know of a workaround?
Troy
1) Script Title: Dock Content
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...ockcontent.htm
3) Describe problem: Doesn't seem to work in Safari 3.1.
I believe it was a-okay in 3.0.x. Anybody know of a workaround?
Troy
Looks like a problem with Safari 3.1 and the scrollTop property. Try changing the line:
to:Code:obj.pagetop=truebody().scrollTop;
Code:obj.pagetop=window.pageYOffset? window.pageYOffset : truebody().scrollTop;
TTW (05-02-2008)
Thanks for taking a look at that! I had played a little with that line and others, but wasn't finding anything that did the trick.
Troy
Bookmarks