/ Published in: CSS
How to generate rounded corners in Firefox and Safari before CSS3 is fully implemented.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;