MOUSEOVER/HOVER
CHANGE THE MOUSEOVER/HOVER EFFECT ON YOUR PAGE
Click your mouse inside this box and copy/paste the highlighted code in the "edit" section of your website.
Mouseover with text decoration:(underline,overline,line-through,underline overline)
Breaking down the code:
a:hover {color:red; ** is the part of the code that changes the color of the link when the mouse passes over it.
letter-spacing:1px; ** is the part of the code that spaces out each letter of the link when the mouse passes over it.
cursor:hand; ** is the part of the code that changes the cursor when the mouse passes over the link.
(click here for a list of cursor codes)
To make a background color for your links:
The result is: Hover the mouse over this link to see how it works!
This will change the look of ALL the links on your page.
More Popular Codes: Change Text Color and Text Size, Add Music or Video to Website, Change Page Cursor, Picture Slideshow and More!