Hi!
Is it possible to change the speed of the "followscroll" function ???
I thought that I could do this with those parameters at the top of the menu_data.js
_followSpeed=5 // Follow scrolling speed
_followRate=40 // Follow scrolling Rate
but it didn't work
I'm using relese 5,06. Is this maybe a bug ??
Thanks!
Cejko
followscroll speed
There are a number of posts on followscroll and its probably listed under styles on the main site. There are 3 paramaters, offset from top, speed and rate. But I can't remember if its a semicolon or comma
followscroll="1,200,20";
or is it
followscroll="1;200;20";
The comma looks correct but do check.
maz

followscroll="1,200,20";
or is it
followscroll="1;200;20";
The comma looks correct but do check.
maz
There's an extremely insightful and very well written
discussion of the followscroll property here.
Kevin

Kevin