Re: MacIE 5.0 CSS bug

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