Hi All,
I have a button which should have round corner. CAN ANYONE HELP.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sharad RathorePosted Jul 3, 2013, 12:23 PM
check this code:
#roundedbutton {
background-color: #33FF00;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border: 5px solid #009900;
padding: 5px;
}
Click
Regards,
sharad kumar rathore
Iftikar HussainPosted Jul 3, 2013, 6:21 AM
http://jsfiddle.net/V9MBu/
Regards,
Iftikar
Vignesh KumarPosted Jul 3, 2013, 6:03 AM
I am not able to sort this out.. can you help on this..
Iftikar HussainPosted Jul 3, 2013, 2:46 AM
Refer the below link
http://jquery.malsup.com/corner/
Regards,
Iftikar
Vignesh KumarPosted Jul 3, 2013, 2:42 AM
Iftikar HussainPosted Jul 3, 2013, 2:35 AM
Regards,
Iftikar
Sanjeeb LenkaPosted Jul 3, 2013, 2:30 AM