/ Published in: CSS
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
.my-block { -moz-border-radius: 10px; /* Firefox */ -webkit-border-radius: 10px; /* Safari, Chrome */ -khtml-border-radius: 10px; /* KHTML */ border-radius: 10px; /* CSS3 */ behavior: url(border-radius.htc); /* learn IE border-radius */ }