I’ve been doing rounded corners the hard way! I just discovered a jQuery plug-in: jQuery Corners, that makes it easy to create nice-looking, rounded corners without using any images or super annoying markup, all you have to do is call the .corners() method.
1: $(document).ready( function(){
2: $('.className').corners();
3: });
(In my defense, I’ve never claimed to be a great web UI developer)
Related posts:





It is very interesting. I didn’t try jQuery but now I will give it a try.
I am going to start working on a project, where I hope I could utilize many of its features. That project starts on 1st April 2009.
Meraj Khattak - 25 Mar 09 at 3:20 pm
Dosen’t work in IE
Max - 5 Nov 09 at 12:38 pm