Ron
12-03-2002, 03:18 AM
The following is the CCS Styles code I am using for links on my site:
a { color: #006363; font-size: 70%; text-decoration: none; line-height: 150%;}
a:hover { color: #000000; font-size: 70%; text-decoration: underline; }
a:active { color: #000000; font-size: 70%; text-decoration: underline; }
Everything works except a:active. It has no effect whatsoever. Can anyone tell me why?
My url is:
http://www.legendtravelers.com
Many thanks!
a { color: #006363; font-size: 70%; text-decoration: none; line-height: 150%;}
a:hover { color: #000000; font-size: 70%; text-decoration: underline; }
a:active { color: #000000; font-size: 70%; text-decoration: underline; }
Everything works except a:active. It has no effect whatsoever. Can anyone tell me why?
My url is:
http://www.legendtravelers.com
Many thanks!
