0

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?

CSS Validate url

My css is for .tSearchbox

    .tSearchbox {
      float: right; 
      width: 194px; 
      height: 34px; 
      border: 1px solid #d5d5d5; 
      border-radius:19px;
}

1 Answer 1

1

With the official validator (jigsaw.w3.org instead of css-validator.org, see this question) it seems to mostly validate.

Sign up to request clarification or add additional context in comments.

2 Comments

Thanks to reply @mb21 here is my css validate url again please check ---- css-validator.org/…
Why is the .css you are providing here not the same as the one not being validated ? On the validator your .css expands border-radius into four parts. It has no impact, but please be exact when asking questions, we need precise informations to help you.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.