Previous Message
Next Message

linkage problems

Sent by David Dorward on 19 August 2004 21:09


On Thu, 2004-08-19 at 21:21, Kelly Puig wrote:
> a:link {
> a:hover {
> a:active {
> a:visited {

> The problem: Once visited, my links no longer retain the underline when rolling-over/hovering.

Is it an unvisited link? No. a:link does not apply.
Is it a link being pointed at? Yes. a:hover does apply. Underline it.
Is it a link being clicked? No. a:active does not apply.
Is it a visited link? Yes. a:visited does apply. Remove the underline.

The specification does warn to watch the cascade order.


______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message

Message thread: