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>