Checked At:06:03
5 Guests
0 Users
Online doing the past 15 Minutes!
brugbart.com - Edition/Last Updated: 13. October 2008
Posted The: 29/06/2008 - AT: 20:35
Edited The: 08/09/2008 - AT: 18:24
This tutorial covers how to make hover effects on your links using the CSS pseudo-classes.
When using these classes, keep in mind that for them to work, you need to place them in the oder they are listet.
The following example will apply a basic hover effect to all of your links, and links that are hovered wil be red.
a:link { color: blue; }
a:visited { color: purple; }
a:active { color: yellow; }
a:hover { color: red; }Note. You can also apply other styles, like text-decoration, check the CSS Reference for more properties to use. As for colors, its recommended to read the color reference.
Author: BlueBoden
Comments: [0]


Checked At:06:03
5 Guests
0 Users
Online doing the past 15 Minutes!
This page was created in 0.0717468261719 seconds
Welcome Guest