Ich habe dies in css
/* =============================================================== */
Stylesheet fuer die Beispielsite aus "Little Boxes"
Stand: Ende Kapitel "Ordnung halten im Stylesheet"
Datei: bildschirm.css
Datum: 30.Mai 2012
Autor: Marc Schoeni
Aufbau:1. Kalibrierung und Restauration
2. Allgemeine Styles
3. Styles fuer Layoutbereiche
4. Sonstige Styles
*/================================================= */
/* ================================
1. Kalibrierung und Restauration
================================== */
* { padding: 0; margin: 0; }
html { overflow-y: scroll; }
h2, p, ul, ol { margin-bottom: 1em; }
ul ul { margin-bottom: 0; }
li margin-left: 1em ; }
/* hier ggfs. Abstände für weitere Elemente restaurieren */
/* ====================================
2. Allgemeine Styles
=================================== */
body {
background-color:#8c8c8c;
color: white;
font.family: Verdana,Arial,Helvetica,sans-serif;
font-size: small;
}
h1 { font-size: 150%; }
h2 { font-size: 130%; }
address {
text-align: center;
font-size: 80%;
font-style: normal;
letter-spacing: 2px;
line-height: 1.5;
}
a {
text-decoration: none;
/* outline: none *//* nur wenn es Sie wirklich stört*/
}
a:link { color: #d90000; }
a:visited { color: #cc6666; }
a:hover,
a:focus {
border-bottom: 1px solid #90000;
}
a:active {
color: white;
background-color: #d90000;
}
/* Allgemeine Klassen und IDs */
img#logo {
background-color: white;
color: black;
padding 10px;
border: 10px solid #d9d9d9;
}
/* ============================================================
3. Styles für die Layoutbereiche
============================================================ */
div#wrapper {
background-color: white;
color: black;
width: 720px;
margin 10px auto;
{
div#kopfbereich {
background: #ffe574 url(farbverlauf.jpg) repeat-y left top:
color: black;
padding: 10px 20px 0 20px;
}
p#slogan span {
color: #d90000
}
div#navibereich {
padding: 5px 20px 5px 20px;
#textbereich {
padding: 20px;
div#textbereich a {
boarder-botton: 1px dotted #cc0000;
}
div#textbereich a:hover,
div#textbereich a:focus {
boarder-bottom: 1px solid #d90000;
div#fussbereich {
padding; 10px 20px 20px 20px;
border-top: 1px solid #8c8c8c;
margin-top:0
}
/* ========================================================
4. Sonstige Styles
========================================================== */
/* ==========================================================
ENDE DES STYLESHEETS
========================================================== */
und Bekomme diese Fehler
[TD="class: linenumber"]17[/TD]
[TD="class: nocontext"][/TD]
[TD="class: parse-error"] Einlese-Fehler [ "Little Boxes" Stand: Ende Kapitel "Ordnung halten im Stylesheet" Datei: bildschirm.css Datum: 30.Mai 2012 Autor: Marc Schoeni Aufbau:1. Kalibrierung und Restauration 2. Allgemeine Styles 3. Styles fuer Layoutbereiche 4. Sonstige Styles */================================================= */ /* ================================ 1. Kalibrierung und Restauration ================================== */ *][/TD]
[TD="class: linenumber"]31
[/TD]
[TD="class: nocontext"][/TD]
[TD="class: parse-error"] Einlese-Fehler [: 1em ; } /* hier ggfs. Abst??nde f??r weitere Elemente restaurieren */ /* ==================================== 2. Allgemeine Styles =================================== */ body]
[/TD]
[TD="class: linenumber"]54
[/TD]
[TD="class: codeContext"] a:hover, a:focus[/TD]
[TD="class: parse-error"] Ungültige Nummer :
border-bottom
#90000 ist keine gültige Farbe mit 3 oder 6 Hexadezimalzahlen #90000[/TD]
[TD="class: linenumber"]64
[/TD]
[TD="class: codeContext"] img#logo[/TD]
[TD="class: parse-error"] Ungültige Nummer :
padding
Einlese-Fehler 10px[/TD]
[TD="class: linenumber"]76
[/TD]
[TD="class: codeContext"] div#wrapper[/TD]
[TD="class: parse-error"] Ungültige Nummer :
margin
Einlese-Fehler 10px auto[/TD]
[TD="class: linenumber"]113
[/TD]
[TD="class: codeContext"] div#wrapper[/TD]
[TD="class: parse-error"] Einlese-Fehler ; { div#kopfbereich { background: #ffe574 url(farbverlauf.jpg) repeat-y left top: color: black; padding: 10px 20px 0 20px; } p#slogan span { color: #d90000 } div#navibereich { padding: 5px 20px 5px 20px; #textbereich { padding: 20px; div#textbereich a { boarder-botton: 1px dotted #cc0000; } div#textbereich a:hover, div#textbereich a:focus { boarder-bottom: 1px solid #d90000; div#fussbereich { padding; 10px 20px 20px 20px; border-top: 1px solid #8c8c8c; margin-top:0 } /* ======================================================== 4. Sonstige Styles ========================================================== */ /* ========================================================== ENDE DES STYLESHEETS ========================================================== */
wiso das nur
Bitte Helft mir
[/TD]