I have a scenario where I have to create the button on Asp:LinkButton. I have create the button on it.
Now I want to set the round corner on this button. Please, tell me the CSS solution to round the button..
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.
Rounded corners can be done in standard CSS in all browsers except IE.
The good news is that there is an excellent hack for IE called CSS3Pie that brings it into line, meaning that you can use CSS
border-radiusin all browsers. (CSS3Pie hack even works for IE6! although IE6 has enough other issues that I still wouldn’t touch it with a bargepole)