Fyha! Men hvad er det nu lige der er galt?
Jeg tør da godt indrømme, at jeg ikke er den største haj til CSS, men jeg fatter altså ikke, hvad der er galt med noget så simpelt som :body {
background-color: #ff99cc;
}
td.td_menu {
background-color: #ff66cc;
}
td.td_banner {
background-color: #ff66cc;
background-image: url('../gfx/logo_barbie.png');
}
input.input_search {
border-color: #ff99cc;
}
Fejl på http://jigsaw.w3.org/css-validator/validator-text.html
Errors
URI : file://localhost/TextArea
Line: 6 Context : td.td
Parse Error - td_menu { background-color: #ff66cc; }
Line: 10 Context : td.td
Parse Error - td_banner { background-color: #ff66cc; background-image: url('../gfx/logo_barbie.png'); }
Line: 13 Context : input.input
Parse Error - input_search { border-color: #ff99cc; }
Warnings
URI : file://localhost/TextArea
Line : 2 Level : 1 You have no color with your background-color : body
Valid CSS informations
body {
background-color : #ff99cc;
}
