Circling Mouse Message
Example and code
You can see what the effect is by the message encircling your mouse pointer - and obviously, you can change that to whatever you want. Here's the code:
All you need to do is to select the code and paste it into the <head> section of you HTML page.
There are three main bits you might want to change - at line "var font='Verdana,Arial'; you can substitute any fonts you like.
At line var size=3; size will go up to seven
At line var color='#000000'; type in the hex value of whichever colour you require.
Other changeable portions are noted in the text of the code.
One plea - don't overuse this! It can be very, very distracting.
Enjoy.