Knud Gert Ellentoft <knudgert@mail.tele.dk> wrote:
> Har ellers altid læst, at det skulle være link - visited - hover
> - active og at det skulle være specielt vigtigt at active er til
> sidst?
Det er også sådan det hænger sammen, i hvertfald i følge w3, der
alligevel må have lidt styr på lortet.
<quote>
A:link { color: red } /* unvisited links */
A:visited { color: blue } /* visited links */
A:hover { color: yellow } /* user hovers */
A:active { color: lime } /* active links */
Note that the A:hover must be placed after the A:link and A:visited
rules, since otherwise the cascading rules will hide the 'color'
property of the A:hover rule. Similarly, because A:active is placed
after A:hover, the active color (lime) will apply when the user both
activates and hovers over the A element. </quote>
Kilde:
<
http://www.w3.org/TR/1998/REC-CSS2-19980512/selector.html#link-pseudo-c
lasses>
--
//Jonas @ 11°, 56° | Hellere styr på lortet - |
<
http://geografi.hjem.wanadoo.dk> | end lort på styret... |
<
http://verture.subnet.dk/>