You Here? APPLY! DesiredSuperStar EveryHeartbeat Mesilan Gorgeous-Failure Oh-Sassy Alias Loz <3 Frutee Fishee

Link Effects



Background Color on Hover

Put a color background on your text. Awesome for color freaks!
a:hover {background-color: #HexCodeHere; }
Replace 'HexCodeHere' with a real hexcode.

Underline/Strikethrough on Hover

a:hover {text-decoration: TextDecorationHere; }
Replace 'TextDecorationHere' with either 'Strikethrough' or 'Underline'.

Double Underline on Hover

a:hover {text-decoration: underline; border-bottom: 1px solid; }
Above is the code for double underline on hover.