Tagged Questions
3
votes
1answer
425 views
Rounded corners in IE using border radius
I've made a site using this border radius code: http://code.google.com/p/curved-corner/
I'm referencing to url(border-radius.htc) to make it work in IE but it is not.
Please help, thanks.
P.S. ...
1
vote
5answers
4k views
Rounded corners in buttons in IE
I need to have rounded corners in buttons (input type submit), but I haven't found any JavaScript library that would do that. Currently I use http://blue-anvil.com/jquerycurvycorners/test.html to ...
1
vote
3answers
10k views
Method to render rounded corners on form submit buttons
What I'm looking for is a clean method to round the corners of all inputs with the class "submit". I've experimented with a number of javascript techniques, but none worked well for form elements. ...