Guten Morgen Kollegen,
lag daran, dass ich verschiedene Verzeichnisse suche, und das nicht in /html, sondern ins Basisverzeichnis kopiert hatte, und im html-Verzeichnis war die fehlerhafte.
Stimmt soweit:
"<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">" has been suppressed and the DOCTYPE for "XHTML 1.0 Transitional" inserted instead, but even if no errors are shown below the document will not be Valid until you update it to reflect this new DOCTYPE. "
Auf deutsch? was ersetzen?
ich sehe z.B, unter http://beruf.straub-online.net/html/aktuelles.html keinen body-tag, und unter http://beruf.straub-online.net/css/style.css keine Bestimmung eines body-tags, oder was sich damit beisst...
*grübel*
und was ist der Unterschied zwischen:
a.main_navi_active_item, a.main_navi_item, a.main_navi_item:hover {
font-family: Verdana, sans-serif;
font-style: normal;
font-size: 13px;
width:88px;
font-weight: bold;
text-decoration: none;
background-position: top right;
}
a.main_navi_active_item {
background: url(http://beruf.straub-online.net/images/dynamic/buttonset1/n1activeitem.gif) no-repeat;
color: #990000;
}
a.main_navi_item {
background: url(http://beruf.straub-online.net/images/dynamic/buttonset1/n1.gif) no-repeat;
color: #D73600;
}
a.main_navi_item:hover {
background: url(http://beruf.straub-online.net/images/dynamic/buttonset1/n1hover.gif) no-repeat;
color: #D73600;
}
und
a.main_navi_active_item {
background: url(http://beruf.straub-online.net/images/dynamic/buttonset1/n1activeitem.gif) no-repeat;
font-family: Verdana, sans-serif;
font-style: normal;
font-size: 13px;
font-weight: bold;
text-decoration: none;
color: #000000;
background-position: top right;
}
a.main_navi_item {
background: url(http://beruf.straub-online.net/images/dynamic/buttonset1/n1.gif) no-repeat;
font-family: Verdana, sans-serif;
font-style: normal;
font-size: 13px;
font-weight: bold;
text-decoration: none;
color: #D73600;
background-position: top right;
}
a.main_navi_item:hover {
background: url(http://beruf.straub-online.net/images/dynamic/buttonset1/n1.gif) no-repeat;
font-family: Verdana, sans-serif;
font-style: normal;
font-size: 13px;
font-weight: bold;
text-decoration: none;
color: #D73600;
background-position: top right;
}
Das untere ist das Original, oben die Zusammenfassung, es besteht ein minimaler Unterschied im Ergebnis, in Form von kleinen Trennstrichlein zwischen der Haupt-Navi-Leiste mit "Starteite, Aktuelles" etc.
Freundliche Grüße,
Thilo