Mouseover
The following codes are for changing the text of a page when the mouse hovers over it.
These codes brought to you by:
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 use: To make a background image for your links use: The following code adds a border around your links:
Here are the different styles:
Solid
double
inset
dotted
dashed
|
Go Back