View Single Post
  #2  
Old May 16th, 2005, 10:00 PM
bigdoug bigdoug is offline
Registered User
 
Join Date: Sep 2004
Posts: 51
Thanks: 0
Thanked 0 Times in 0 Posts
bigdoug is on a distinguished road
a:link {color: black; text-decoration: none;}
a:active{color:black; text-decoration: underline; }
a:visited{ color:black; text-decoration: none;}
a:hover {color:red; text-decoration:underline;}

this will make a generic rollover with an underline on the text. if you want more help write back
Reply With Quote