Sent by Kevin Cannon on 20 January 2003 15:03
On Mon, Jan 20, 2003 at 10:02:25AM -0500, Sam Carter wrote:
> http://www.w3.org/TR/REC-CSS2/selector.html#q15
> In the CSS spec, it states that a :link can be :active . How could I
> make :link :active without it becoming :visited ?
If i understand it correctly a link is active in the time between it is
clicked and the new page is displayed.
You can replicate this to some extent by pressing down on a link and then
draggling and releasing outside the link.
- Kevin