/ Published in: CSS
Expand |
Embed | Plain Text
.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 */ }
You need to login to post a comment.
