View Single Post
Old 02-26-2005, 05:04 PM  
h0st
Confirmed User
 
Industry Role:
Join Date: Jul 2001
Location: Finland
Posts: 1,216
Code:
html
<a href="#">xxx</a>
<a href="#" class="link2">xxx</a>

css
a:link, a:visited { color: #fff }
a:hover { color: #ff0000 }

a.link2:link,a.link2:visited { color: #fff }
a.link2:hover { color: #0000FF }
__________________
Did you say Pimp My Sexlife?
h0st is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote