Nicole: IE ja - Mozila nein - A:active style gehtnicht.

Beitrag lesen

Hallo und schönes Sylvesterfeiern heute ... Ich muss noch arbeiten und hoffe, ich finde noch jemanden, der mir kurz helfen kann:

Ich habe in der unten benannten Seite (Navigation links) diesen Style im HEAD eingebaut:

<STYLE TYPE="text/css">
a:link {
  color: #ffffff;
  font-size: 10pt;
  font-family: Verdana;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #FFFFFF;
  font-size: 10pt;
  font-family: Verdana;
  font-weight: bold;
  background-color: #607FB8;
  text-decoration: none;
  width: 200px;
}

a:visited {
  color: #ffffff;
  font-size: 10pt;
  font-family: Verdana;
  font-weight: bold;
  text-decoration: none;

}

a:active {
  color: #000000;
  font-size: 10pt;
  font-family: Verdana;
  font-weight: bold;
  text-decoration: none;
  background-color:#607FB8;

}
</STYLE>

A:Active geht in IE aber nicht in Mozilla. Eure Formatierungen in Selfhtml habe ich gefunden und eure gehen (natürlich). Was mache ich falsch ?

1000 Dank. Nicole