Ultrashock Forums > Creative Software > Web
a:hover and a:visited (dreamweaver)

You are currently viewing our website as a guest which gives you limited access to forums, files and other resources.

Click here to join now for free, and start interacting with our members, download files and much more!

Click here if you are looking for our Flash files and other professional assets.
 
Post Reply | View first unread | Rate Thread Search this Thread | Thread Tools | Display Modes

#1
Bookmark and Share!
a:hover and a:visited (dreamweaver)
Old 2003-07-28

how come when you add an a:hover and an a:visited style to a text link, once that link has been visited the hover style doesnt work anymore, is this normal or am i doing something wrong?
Life is not measured by the number of breaths we take, but by the moments that take our breath away.

-George Carlin
postbit arrow 4 comments | 1037 views postbit arrow Reply: with Quote   
Registered User
tkdm is offline
seperator
Posts: 394
2002-09-17
Age: 29
seperator

Ultrashock Member Comments:
JMark JMark is offline 2003-07-28 #2 Old  
I think it has to do with order.. try ordering them in this order

A:link {
}
A:visited {
}
A:active {
}
A:hover {
}
Reply With Quote  
tkdm tkdm is offline 2003-07-28 #3 Old  
ahhh excellent.

many thanks!
Reply With Quote  
JMark JMark is offline 2003-07-28 #4 Old  
Yea, I ran into that problem too.. I guess it was just a hunch and it worked for me!
Reply With Quote  
colorblind colorblind is offline Moderator colorblind lives in Austria 2003-07-29 #5 Old  
Yeah, in order to work properly, CSS still requires to list the tags in a certain order. But even though I have read articles about new CSS interpreters implanted in the newest version of the most common internet-browsers, I would still suggest using this order ... !!
Reply With Quote  
Thread Tools
Display Modes Rate This Thread
Rate This Thread: