Customise your links so they suit your web site by using Pseudo-Classes.
link = this is the ready state of a hyperlink and has not been visited
hover= when a mouse moves over the element
visited = an element that has been visited
active= this is the element been clicked
a:link{
color:#cc0000;
}
a:hover{
color:#000000; text-decoration:underline;
} a:visited{
color:#cc0000;
}
a:active{
color:#00cc00;
}
« Back to web creator tutorials
Rollover navigation with just css Personlize Hyperlinks Write Shorthand CSS Set opacity in IE5.5 - IE8 Set opacity in Fire Fox, Safari, Opera, Chrome