What is the most consistent, cross-browser compatible jQuery plugin for rendering rounded corners on HTML elements without images?
Everything I have used so far has either been inconsistent and unreliable across different browsers, and/or has added unnecessary elements that interfere with cascading CSS.
Wait, what?
“Every browser” except IE6/7/8 supports
border-radius: http://caniuse.com/border-radiusFor the aforementioned troublesome browsers, you can use CSS3 PIE: