Reputation: 186
I've validated my site css through css-validator.org and I'm seeing a problem Parse Error. Can someone explain what a Parse Error is, and how to resolve it?
My css is for .tSearchbox
.tSearchbox {
float: right;
width: 194px;
height: 34px;
border: 1px solid #d5d5d5;
border-radius:19px;
}
Upvotes: 0
Views: 762
Reputation: 39227
With the official validator (jigsaw.w3.org instead of css-validator.org, see this question) it seems to mostly validate.
Upvotes: 1