Is it possible to bring curve edges to divs using html and css only…without using images.
Share
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.
I assume you mean border-radius. Yes, it is possible in proper browsers (not IE) with
border-radius. As it’s a CSS3 property, it’s not yet properly implemented and you need to do some trickery to make it work:Take a look at http://www.css3.info/preview/rounded-border/ for more info.