How to make a button round in jQuery Mobile?
button, jquery, jquery-mobile
Solution
Solution
Here's a working example: http://jsfiddle.net/Gajotres/XMu9t/
#custom-btn {
width: 100px !important;
height: 100px !important;
border-radius: 50% !important;
http://www.lawyersgunsmoneyblog.com/wp-content/uploads/2012/08/american-flag-2a.jpg
}
#custom-btn span span {
height: 100px !important;
line-height: 70px;
}
More info
If you want to learn how to do this kind of changes by yourself you should check this article, it will teach you how to do this by yourself.
Problem
How can you make a button round like this using jquery mobile? (By the way, I am not asking about the glare effect in the sample image)