/ Published in: CSS
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
-moz-border-radius:10px; /* Firefox */ -webkit-border-radius:10px; /* Safari and chrome */ -khtml-border-radius:10px; /* Linux browsers */ border-radius:10px; /* CSS3 */
URL: http://perishablepress.com/press/2008/11/24/perfect-rounded-corners-with-css/