ich bin ein blutiger Anfänger und stehe vor dem Berg.
Ich möchte, dass die Links in den Artikeln grau angezeigt werden und beim hovern schwarz-unterstrichen.
In der Navi sollen die Links jedoch weiss und beim hovern weiss-unterstrichen sein. die aktive Klasse soll schwarz-fett dargestellt werden.
Soviel hab ich schon mitbekommen, dass ich die Farben in der CSS-Datei deffinieren kann. Das dies prinzipiell für die zwei oben erwähnten Elemente getrenn möglich ist auch. Aber irgendwie will es nich klappen.
Für die Artikel hab ich folgendes deffiniert:
Code: Select all
a, a:link, a:visited, a:focus {
color: #999999;
text-decoration: none
}
a, a:active {
color: #000000;
text-decoration: none
}
a:hover {
color: #000000;
text-decoration: underline;
}
Code: Select all
nav_table, nav_table a, nav_table a:link, nav_table a:visited {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 11px;
color: #ffffff;
font-weight: normal;
text-decoration: none;
}
nav_table a:active {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 11px;
color: #000000#;
font-weight: normal;
text-decoration: none;
}
nav_table a:hover {
color: #ffffff;
text-decoration: underline;
}
nav_table_active, nav_table_active a, nav_table_active a:link, nav_table_active a:active, .nav_table_active a:visited, .nav_table_active a:hover {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 11px;
color: #ffffff;
font-weight: bold;
text-decoration: none;
}
nav_table_active a:active {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 11px;
color: #000000;
font-weight: bold;
text-decoration: none;
}
Für Hilfe bin ich sehr dankbar...
phpwcms: 1.3.5
Navi: nav_table_column