/ Published in: CSS
This is the new way of creating rounded corners. No images, just 2 lines of code [includes mozilla
fix] The two integers are used to set the radius. If they are equal, you can just put it down once.
fix] The two integers are used to set the radius. If they are equal, you can just put it down once.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
div.test -moz-border-radius: 10px 10px; border-radius: 10px 10px;