http://www.modernizr.com/docs/#borderradius only 8KB in size.
views:
156answers:
4You could try Spiffy Corners. It's all CSS, but it makes the CSS a little heavy.
I've been trying out CurvyCorners:
I like the concept, as it is set up to only round elements that already have a corner-radius CSS value, so is really easy to implement and completely unobtrusive.
However, I'm having some issues with it conflicting with some of the jQuery UI elements.
For now, we're opting to just give IE square corners.
Modernizr doen't round corners, that's not what the library is about:
Modernizr is a small JavaScript library that detects the availability of native implementations for next-generation web technologies. With this knowledge that Modernizr gives you, you can take advantage of these new features in the browsers that can render or utilize them, and still have easy and reliable means of creating fallbacks.
These fallbacks are not part of the library.