http://www.malsup.com/jquery/corner/
Is there any real disadvantage (like SEO) to creating the rounded corners pixel by pixel using javascript generated DIVs other than being an eye-sore when looking at the markup?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It may not give you any SEO problems, but it will almost certainly result in a performance hit. Much better to just use CSS3 properties for browsers which support
border-radiusproperties, and leave borders square for other, less capable browsers.