![]() |
Glowing
Text On Mouseover |
|
Glowing Text on MouseoverGlow text javascript by URs Dudli & Peter GehrigAs you can see in the example above, the text glows on mouseover of the page which will draw the eyes of your visitor. Good to use on important lines of text that you want noticed. The colors can be changed easily to blend in with your background color, as can be the font style and size. Installation: STEP 1: Copy the code below and paste this into the <head> of your html document. Comments have been inserted where you change the text size, type and colors at the top part of the script. STEP 2: Place the event handler directly into the <body> tag. Your body tag should look something like this. <body bgcolor="#FFFFFF" onLoad="initiate()">
STEP 3: Copy and paste the code below between the <body> and </body> tags. You change the position where you want the glow text to appear on your page by altering the positioning alignment in "top" and "left". (Top signifies in pixels how far from the top of the page the text will be displayed. Left signifies in pixels how far from the left side of the page the text will be displayed. You may have to play around with this positioning to get it right for you.)
|
|