josDesign
Erfahrenes Mitglied
Hallo!
Ich bekomm beim Validator meiner CSS folgenden Fehler:
Was stimmt da nicht?
Hier die gesamte CSS:
Wäre für jede Hilfe dankbar!
Ich bekomm beim Validator meiner CSS folgenden Fehler:
Code:
Fehler
URI : file://localhost/TextArea
* Zeile: 10
Parse error - Unrecognized : <style type="text/css"> <!-- body { font-family:Verdana; font-size:12px; background-color:white; text-align:center; }
Was stimmt da nicht?
Hier die gesamte CSS:
HTML:
<style type="text/css">
<!--
body
{
font-family:Verdana;
font-size:12px;
background-color:white;
text-align:center;
}
h1 {font-size:18px;color:#000000;margin:0px;}
h2 {font-size:14px;color:#000000;margin:30px 0px 0px 0px;}
h3 {font-size:13px;color:#000000;margin:25px 0px 0px 0px;}
h4 {font-size:14px;color:#000000;}
p {margin-top:0px;}
/* Für Quellcode-Beispiele im Text */
code
{
font-size:14px;
color:#0000cc;
}
/* Der Kasten mit dem Quellcode */
pre
{
font-size:14px;
color:#0000cc;
padding:5px;
border:1px dotted #999999;
background-color: #fdfdfd;
width:500px;
margin:20px 0px 20px 20px;
}
p a:link, p a:visited, p a:active, p a:hover
{
text-decoration:underline;
font-weight:bold;
color:#333333;
font-size:12px;
}
p a:hover {
color:#fcc300;
}
p a:active
{
color:#fcc300;
}
/* Die Hyperlinks im Menü */
a.menu:link, a.menu:visited
{
color:#cecfc6;
text-decoration:none;
font-weight:bold;
font-size:12px;
}
a.menu:active
{
color:#eeeeee;
}
a.menu:hover{
color:#fcc300;
}
/* Die Titelzeile */
#title {
height:75px;
padding:5px;
text-align:center;
background-color:black;
background-image:url(logo.gif);
background-position:right;
background-repeat:no-repeat;
}
/* Das Menü */
#menu {
color:#ffffff;
background-color:#868789;
text-align:right;
padding:2px 0px;
}
/* Der Inhalt */
#content {
border-top:1px solid #000000;
background-color:#f8f8f8;
padding:10px 20px;
color:#000000;
}
#footer {
color:#999999;
background-color:#f8f8f8;
font-size:9px;
text-align:right;
padding:2px 0px 0px 0px;
border-top:dotted 1px #999999;
background-image:url(Typo3_little.gif);
background-position:left;
background-repeat:no-repeat;
height:20px;
margin-top:50px;
}
/* DIVbox für Brotkrümelnavigation */
#breadcrumb {
font-size:9px;
color:#868789;
}
/* Brotkrümelklasse */
a.breadcrumbmenu {
text-decoration:none;
font-size:9px;
text-transform:uppercase;
color:#868789;
font-weight:normal;
}
a.breadcrumbmenu:hover {
color:#fcc300;
}
#breadcrumbBarriere {
display:none;
}
#menuBarriere {
display:none;
}
#untermenuBarriere {
display:none;
}
#footerBarriere {
display:none;
}
#infoBarriere {
display:none;
}
-->
</style>
Wäre für jede Hilfe dankbar!