Topic: hover visited links (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=10782" title="Pages that link to Topic: hover visited links (Page 1 of 1)" rel="nofollow" >Topic: hover visited links <span class="small">(Page 1 of 1)</span>\

 
maninacan
Paranoid (IV) Inmate

From: Seattle, WA, USA
Insane since: Oct 2001

posted posted 08-04-2002 22:04

OK so I have the following:

A:link {color:#BCCBDC; font-weight:bold;}
A:hover {color:#597795; text-decoration:none; font-weight:bold;}
A:visited {color:#BCCBDC; font-weight:bold;}

Now I've never noticed this before but if a link is not visited everything works fine, but if it is visited when you hover over the link the underline goes away, but it stays the same color. Very weird.
http://www.kewlster.com/index2.html
there's a page with the code in it, look around and see if you can come up with a solution.

Maninacan Cell #471
behmer

Wakkos
Maniac (V) Mad Scientist

From: Azylum's Secret Lab
Insane since: Oct 2000

posted posted 08-04-2002 22:33

the A:visited must be FIRST than A:hover


A:link {color:#BCCBDC; font-weight:bold;}
A:visited {color:#BCCBDC; font-weight:bold;}
A:hover {color:#597795; text-decoration:none; font-weight:bold;}

maninacan
Paranoid (IV) Inmate

From: Seattle, WA, USA
Insane since: Oct 2001

posted posted 08-04-2002 23:42

thank you.

Maninacan Cell #471
behmer



Post Reply
 
Your User Name:
Your Password:
Login Options:
 
Your Text:
Loading...
Options:


« BackwardsOnwards »

Show Forum Drop Down Menu