Previous Message
Next Message

Re: [css-d] Specifying Link Color

Sent by Tim Rivera on 27 January 2003 17:05


> Can anyone verify that there is no way to specify
> visited and hover within the A tag?


Only declarations can be put into the 'style' attribute. The 'style'
attribute takes the place of the selector, so you cannot specify another
selector inside the attribute.

:hover and :visited are pseudo-class selectors. color: blue is a
declaration.


Tim
Previous Message
Next Message

Message thread:

Possibly related: