Uwe Kaiser wrote:
> @beta tester
> 
> Does anybody know, whether MSIE 7 is supporting the following CSS?
> 
> a:link {color: blue}
> a:hover {color: red}
> a:visited {color: gray}
> a:visited:hover {color: black}  <== supported or not?

a { color: white; }
a:link:hover {color: aqua;}
a:visited:hover {color: red;}

is supported in IE7b2. I did not test your scenario.


Ingo

-- 
http://www.satzansatz.de/css.html
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to