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;
}
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;
}