Rounded Corners: The Easy Way

Easily transform blog comments, spice up a layout or just look cool by doing it.

Thanks to the jQuery Corner plugin, you can create a rounded rectangle just like this one. Easy. Simple. SWEEET!

Download the js file, along with jQuery and then set which elements get rounded. That’s it.

<script type="text/javascript">
jQuery(document).ready(function() 
{
    jQuery(".featurebox").corner();
});
</script>
<div class="featurebox">This is content within a rounded rectangle.  Pretty painless huh?</div>




One Response to “Rounded Corners: The Easy Way”


  1. Rachel

    Painless, it’s frickin’ awesome! Thank you!


    August 3, 2010 at 5:05 pm

Leave a Reply