实例:
<script type="text/javascript" src="jquery-1.2.6.js"></script>
<script type="text/javascript" src="jquery.corner.js"></script>
<div class="testCorner" style="200px; height:100px; border:3px solid red ; background-color:#0000FF;color:#00FF00;line-height:100px;">
$(this).corner("10px");
</div>
<script type="text/javascript">
// className:testCorner
$('.testCorner').corner("10px");
</script>
效果图:
jQuery的控件:
http://www.cnblogs.com/Terrylee/archive/2007/12/09/the-ultimate-jquery-plugin-list.html
许多效果图片:
http://www.malsup.com/jquery/corner/