Hallo,
ich habe mir eine kleine CSS klasse gebastelt. Diese Sieht so aus :
a.startseite:link
{
FONT-WEIGHT: bold;
COLOR: #000000; /* #efaa21;D46D1B */
FONT-FAMILY: Arial;
text-decoration: none;
font-size: 0.75em;
}
a.startseite:visited
{
FONT-WEIGHT: bold;
COLOR: #000000;
FONT-FAMILY: Arial;
text-decoration: none;
font-size: 0.75em;
}
a.startseite:active
{
FONT-WEIGHT: bold;
COLOR: #ebb104;
FONT-FAMILY: Arial;
text-decoration: none;
font-size: 0.75em;
}
a.startseite:hover
{
FONT-WEIGHT: bold;
COLOR: #ebb104;
FONT-FAMILY: Arial;
text-decoration: none;
font-size: 0.75em;
}
Leider geht das Aktive nicht.
Der einzige Gedanke der mir jetzt gekommen ist, geht das nur wenn ich frames benutze ?
Weil es ist jetzt eine Statische Seite, die beim klick auf den Link neu geladen wird.
Gruß
Martin