Thread: a: active
View Single Post
Old 16-08-2004, 10:32   #9 (permalink)
sleepingfish
css is for divs
 
sleepingfish's Avatar
 
Join Date: Feb 2003
Location: Norwich
Posts: 4,508
Code:
a:link { text-decoration: none; color: #666666; } a:visited { color: #666666; } a:hover{ text-decoration: underline; } a:active{ text-decoration: underline!important; color: #FF3333!important; }
  Reply With Quote