/ Published in: CSS
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
Copy this code and paste it in your HTML
<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>
URL: http://www.nealgrosskopf.com/tech/thread.asp?pid=30