This script is a simple modification of
Link Hint Scroller. The only difference here is that the hint will scroll
vertically.
When you move your mouse over the above link a hint or something about the link
will appear below the link in a vertically scrolling fashion. When you move your
mouseout the scrolling will stop.
To use this Javascript,view the source of this document. Firstly you
must copy the script and place it in the head section. Then you must copy the
<DIV> section and place it wherever you want it in the body. All the required
section are marked by the comments <!--BEGIN REQUIRED--> and <!--END REQUIRED-->
scroll_height : Scroll height variable (150 here)
time_length : Speed of scroll (50 here, meaning
after 50 milliseconds the hint will change position by 1 pixel i.e a speed of 20
pixels/second)
begin_pos : Beginning position of hint (20 here)
|