Mikko Levänen wrote:
Please look at: www.aineistot.com

But on IE I have problem that my css works differently and colors "visited" links green also in leftside navi..


Mikko,
div .navList a, a:link, a:visited{
color: white;  ...
}
...

This a:visited is overwritten by the subsequent

a, a:link, a:visited, a:hover, a:active{
color: green; ...
}

To be more specific, try

.navList a, .navList a:link, .navList a:visited {color: white; ...}


Ingo

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

Reply via email to