CSS -> firefox

Status
Nicht offen für weitere Antworten.

_simu_

Grünschnabel
Ich habe eine einfache Seite mit DW erstellt und nutze neben nested templates auch etwas CSS -> http://www.sek-schwarzenburg.ch
Während die hp mit IE gut aussieht ist dies mit firefox leider nicht der Fall - kann mir jemand einen Tipp geben Merci

CSS1
.navi-top {
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
color: #FFFFFF;
font-weight: normal;

}
.text-norm {
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
color: 000080;
text-transform: none;
letter-spacing: 0.1em;
font-weight: normal;


}


CSS2
a:link {
color: 000080;
text-decoration: overline;

}
a:visited {
color: 000080;
text-decoration: overline;

}
a:hover {
color: 000080;
text-decoration: underline;

}
a:active {
color: 000080;
text-decoration: underline;

}

a.navi:link {
color: #FFFFFF;
text-decoration: none;
}
a.navi:active {
color: #FFFFFF;
text-decoration: underline;
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
font-weight: normal;


}
a.navi:visited {
color: #FFFFFF;
text-decoration: none;
}
a.navi:hover {
color: #FFFFFF;
text-decoration: underline;
}
 
Hallo Matthias
Ich habe das gleiche Problem. Ich habe den HTML Validator durchgeführt. Es zeigt mir 63 Fehler. Ich vertehe jede Fehler nicht. Wo kann ich bessere Hilfe holen? Ich möchte das Problem (die Seite und CSS) nicht in diesen Forum publiziert haben... Vielleicht erledigen wir es per email?
greg.h@tiscali.ch
Danke
Gruss
Greg
 
Status
Nicht offen für weitere Antworten.
Zurück