Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Really weird link behavior - visited stops the roll-over working

Status
Not open for further replies.

mattquantic

Programmer
Mar 28, 2004
196
GB
Hi, I am trying to use css to style my links. But I having a real problem with the visited property.

For some reason it stops my roll-overs from working.

If I take it out it inherits the others...

How can I control all my links?

To see what I mean please visit: (then click a link to see the visited property stop the roll-over from working. The styles are at the top...

Its so frustrating it hurts....

M@)
 
your CSS pseudo-classes are probably in the wrong order

Code:
a:link {
a:visited {
a:hover {
a:active {

is the correct order



Chris.

Indifference will be the downfall of mankind, but who cares?
 
matt - it works fine for me on NS7.

There's always a better way. The fun is trying to find it!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top