/ Published in: CSS
URL: http://www.nealgrosskopf.com/tech/thread.asp?pid=30
Find out how to do rounded corners in CSS. A new method has recently come out that makes it extremely easy to implement.
Expand |
Embed | Plain Text
<script type="text/javascript" src="http://www.dillerdesign.com/experiment/DD_roundies/DD_roundies_0.0.2a-min.js"></script> <script type="text/javascript"> /* IE only */ DD_roundies.addRule('.roundify', '10px'); /* varying radii, IE only */ DD_roundies.addRule('.something_else', '10px 4px'); /* varying radii, "all" browsers */ DD_roundies.addRule('.yet_another', '5px', true); </script>
Comments
Subscribe to comments
You need to login to post a comment.

Legal cara, ficou muito bom. Parabéns.
yes, this guide is best. it work with IE7, IE8, Firefox. this is the one i am looking. THANK YOU !