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)

Share and Enjoy:
  • del.icio.us
  • Reddit
  • Facebook
  • Identi.ca
  • TwitThis

Related posts:

  1. More Erlang: Adding Concurrency
  2. Moneytracking API, Ruby, Mash and HTTParty
  3. Learning Erlang: Retrieving Stock Quotes From Google Finance
  4. Best Programming Font

2 Comments on 'Rounded Corners with jQuery Corners' read them below or add one

Subscribe to comments with RSS or TrackBack to 'Rounded Corners with jQuery Corners'.

  1. 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

  2. Dosen’t work in IE

    Max - 5 Nov 09 at 12:38 pm

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Search