|
Hi all,
I am using the below css to define my url links
A { font-family:arial; font-size:12px;color:#006699; text-decoration: none; font-weight:bold;}
A:link { font-family:arial; font-size:12px;color:#006699; text-decoration: none; font-weight:bold;}
A:visited {font-family:arial; font-size:12px;color: #006699; text-decoration: none; font-weight:bold;}
A:hover {font-family:arial; font-size:12px;color: #ff9900; text-decoration: none;font-weight:bold;}
A:active {font-family:arial; font-size:12px;color:#ff9900; text-decoration: none; font-weight:bold;}
My problem is that the selected link isn't highlighting.
Hover works fine but when I jump to the url of link, it does so but selected isn't highlighted.
My question is why is this?
cheers
Steve
|