- From: Todd Fahrner <fahrner@pobox.com>
- Date: Tue, 28 Mar 2000 13:47:38 -0800
- To: Walter Ian Kaye <walter@natural-innovations.com>, MacIE-Talk@lists.boingo.com
- Cc: www-style@w3.org
At 12:48 PM -0800 3/28/00, Walter Ian Kaye wrote:
>Oh Taaaaanteeeeek... ;)
>
>In my page I have:
>
><STYLE TYPE="text/css">
> <!--
> A:link { color: #0000FF }
> A:hover { color: #0000FF; background: #FFFF00; text-decoration:
>underline }
> A:active { color: #000000; background: #999999; text-decoration:
>underline }
> A:visited { color: #666666 }
> -->
></STYLE>
>
>For visited links, the hover is not coloring the text blue. It
>worked in 4.5, but it's not working in 5.0.
>
>What's up?
Move the :hover rule after the :visited rule.
good thing :hover is in CSS-2, else MS couldn't claim 100% CSS-1
compliance. <g>
--
Todd Fahrner
Received on Tuesday, 28 March 2000 16:48:03 UTC