script: dynamic fader
http://www.dynamicdrive.com/dynamicindex2/fader.htm
can anyone tell me how to change the height of dynamic fader?
thx!
script: dynamic fader
http://www.dynamicdrive.com/dynamicindex2/fader.htm
can anyone tell me how to change the height of dynamic fader?
thx!
Last edited by xxm0ntyxx; 12-23-2005 at 02:14 PM.
On your HTML page where it says:
Remove the red comment slashes and adjust the green value 50 to whatever value you want.Code:// uncomment any value you wanted to change //var TS_ymax = 50; // How many pixel to move //var TS_ystep = 1; // 1 or -1 only (Scroll direction) //var TS_speed = 2; // The smaller the value the faster //var TS_pause = 100; // Pause time(milisecond) between messages var TS_fadestep= 20; // Steps to fade in and out
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
thx john!
Bookmarks