need help with css in navigation menu
Posted: Tue 10. May 2005, 13:08
I'd like to have white font color on mouseover(table row and text). My actual CSS looks like this:
As you can see, it should be white. Why is it not?
The mentioned site is: http://www.saturn.ch/index.php
=======
Ich habe eine Seite bei der ich bei einem MouseOver weisse Schrift haben möchte, dies trifft aber in meinem Fall nicht zu. Wo liegt der Fehler?
Die Seite die es betrifft ist http://www.saturn.ch/index.php (siehe Menü zur linken)
Code: Select all
.nav_table a:active, .nav_table_active a:active, .nav_table_active a:visited, .nav_table_active a:hover, .nav_table_active, .nav_table_active a, .nav_table_active a:link {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #FFFFFF;
font-weight: bold;
text-decoration: none;
}
.nav_table a, .nav_table a:hover {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #FFFFFF;
font-weight: normal;
text-decoration: none;
}
.nav_table a:link, .nav_table a:visited {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #737ECE;
font-weight: normal;
text-decoration: none;
}
The mentioned site is: http://www.saturn.ch/index.php
=======
Ich habe eine Seite bei der ich bei einem MouseOver weisse Schrift haben möchte, dies trifft aber in meinem Fall nicht zu. Wo liegt der Fehler?
Die Seite die es betrifft ist http://www.saturn.ch/index.php (siehe Menü zur linken)