Hi,
I was wondering how to get text inside a div to scroll up and down when hovering over an image of an arrow.
Often people use flash to do it but i dont want to.
The html tag <marquee> is an option to make it scroll vertically so maybe i can wrap all the text inside the <div> with that and then turn the marquee on and off and change the direction, if all that is possible.
Anyone know of any examples of how to get it to scroll only when over the image using:
If there are any other ways to do this just with the div and possibly changing the css with client side javascript.
If anyone has any links to do it with vbscript too then thats fine aswell.
I was wondering how to get text inside a div to scroll up and down when hovering over an image of an arrow.
Often people use flash to do it but i dont want to.
The html tag <marquee> is an option to make it scroll vertically so maybe i can wrap all the text inside the <div> with that and then turn the marquee on and off and change the direction, if all that is possible.
Anyone know of any examples of how to get it to scroll only when over the image using:
Code:
<img id="upArrow" onmouseover="javascript: scrollTextUp()">
If there are any other ways to do this just with the div and possibly changing the css with client side javascript.
If anyone has any links to do it with vbscript too then thats fine aswell.