i'm doing a css template but when i check it, it doesn't validate.... here's my code:
when i check it the validator gives me these errors:
can any of you help me?
Code:
* {
margin: 0px;
padding: 0px;
border: 0px;
}
body {
font-family: arial, sans-serif;
text-size: 12px;
}
.center {
margin: auto auto;
}
.logo {
width: 741px;
height: 248px;
position: absolute;
top: 0px;
left: 0px;
background: url(botballlogo.gif);
float: right;
}
.nav {
position: absolute;
top: 250px;
}
.content {
position: absolute;
top: 220px;
left: 200px;
}
when i check it the validator gives me these errors:
Errors
URI : file://localhost/TextArea
* Line: 9 Context : .logo
Parse Error - -moz-background-clip: initial;
* Line: 9 Context : .logo
Parse error - Unrecognized : -moz-background-origin: initial;
* Line: 9 Context : .logo
Parse error - Unrecognized : -moz-background-inline-policy: initial;
* Line: 11
Parse Error - : right; } .nav
can any of you help me?