/ Published in: CSS
IE8 and below have no CSS support
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
-moz-border-radius:5px; /* For Firefox */ -webkit-border-radius:5px; /* For Chrome & Safari */ border-radius:5px; /* CSS3 property, for FireFox 4, IE9 and Opera */