| Author |
Message |
hinksta Worker


Joined: Dec 23, 2005 Posts: 226 Location: UK
|
Posted:
Sun Mar 26, 2006 12:13 pm |
|
Anyone know how to get this to go up?
oMDirection only goes left or right
| Code: | var oMarquees = [], oMrunning,
oMInterv = 20, //interval between increments
oMStep = 1, //number of pixels to move between increments
oStopMAfter = 0, //how many seconds should marquees run (0 for no limit)
oResetMWhenStop = false, //set to true to allow linewrapping when stopping
oMDirection = 'left'; //'left' for LTR text, 'right' for RTL text |
|
|
|
|
 |
Guardian2003 Site Admin

Joined: Aug 28, 2003 Posts: 4658
|
Posted:
Sun Mar 26, 2006 2:10 pm |
|
|
|
 |
hinksta Worker


Joined: Dec 23, 2005 Posts: 226 Location: UK
|
Posted:
Sun Mar 26, 2006 4:55 pm |
|
Brilliant
One lovely new HTML 4.01 Transitional js marquee sitting on my site
Thank you very much. |
|
|
|
 |
Guardian2003 Site Admin

Joined: Aug 28, 2003 Posts: 4658
|
Posted:
Sun Mar 26, 2006 5:35 pm |
|
Glad to help and really pleased the link was of use to you. |
|
|
|
 |
montego Site Admin

Joined: Aug 29, 2004 Posts: 7339 Location: Arizona
|
Posted:
Sun Mar 26, 2006 5:39 pm |
|
Hhmmm.. not very smooth scrolling (at least the example), but very useful indeed! Good find Guardian!! |
|
|
|
 |
hinksta Worker


Joined: Dec 23, 2005 Posts: 226 Location: UK
|
Posted:
Mon Mar 27, 2006 1:37 pm |
|
The speed can be set here
| Code: | | timer=setTimeout("makeItMove('"+containerId+"','"+userActionId+"','"+textItemId+"',"+i+")",50); |
You can see it working on my site (the news marquee on the left)
still trying to work out onmouseover stop and maybe a way to have the scroll loop automatic.
I can only get one marquee working at a time. |
|
|
|
 |
|
|
|
|