active??? css pseudo-class
ok i've been working on my site, and with css pseudo-class
a.browse:link
a.browse:visited
a.browse:hover
a.browse:active
here's how i set my code on css... realising that hover must come after link and visited and active after hover!
a.browse:link, a.browse:visited{blah blah blah}
a.browse:hover{blah}
a.browse:active{blah}
i don't really see the active effects, which makes me wonder what does it really do? or when does it happen?
does active occur between the clicking and the starting of the next page reload?
a.browse:link
a.browse:visited
a.browse:hover
a.browse:active
here's how i set my code on css... realising that hover must come after link and visited and active after hover!
a.browse:link, a.browse:visited{blah blah blah}
a.browse:hover{blah}
a.browse:active{blah}
i don't really see the active effects, which makes me wonder what does it really do? or when does it happen?
does active occur between the clicking and the starting of the next page reload?
0
Comments
http://www.echoecho.com/csslinks.htm
cheers