Cursor Scroller
This floating scroller follows your cursor like a dog. Add as many messages as you like. True copy-and-paste installation. Easy configuration of messages, scrollersize, font, fontcolor, fontsize, backgroundcolor, borderwidth, TIME OF VISIBILITY and speed. CROSSBROWSER (works not with NN6).


Move your mouse to see the floating effect! The scroller will disappear after 20 seconds. The time of scroller-visibility can be changed easy!


Configuration:

Step 1: Put the file 'cursorscroller.js' into the same folder as your webpage.

Step 2: Open your webpage and paste the following code right above the </BODY> tag:



IMPORTANT: Do not paste the code into tables or <DIV> and </DIV> tags or between any other container tags!

Step 3: Open your webpage and configure font, scrollersize etc on the top of the script (see red sample below):

// color of the messages (you need to set up a color for each message)
var messagecolor="black"

// how many seconds shall the scroller be visible?
var stoptime=20

// width of scroller (pixels)
var scrollerwidth=200

// height of scroller (pixels)
var scrollerheight=18

// speed 1: lower means faster
var pause=20

// speed 2: higher means faster
var step=3

// font-size of messages
var fntsize=10

// font-family of messages
var fntfamily="Comic Sans MS"

// font-weight: 1 means bold, 0 means normal
var fntweight=1

// backgroundcolor of scroller
var backgroundcolor="FFFFFF"

// borderwidth of scroller (pixels)
var borderwidth=1

// width of scrollerpadding (pixels)
var cellpad=5

Click here to download files