/ Published in: CSS
Expand |
Embed | Plain Text
.box_round { -moz-border-radius: 12px; /* FF1 */ -webkit-border-radius: 12px; /* Saf3 , Chrome */ border-radius: 12px; /* Opera 10.5, IE 9 */ }
You need to login to post a comment.
mariusscheel on 03/10/10
3 people have marked this snippet as a favorite
.box_round { -moz-border-radius: 12px; /* FF1 */ -webkit-border-radius: 12px; /* Saf3 , Chrome */ border-radius: 12px; /* Opera 10.5, IE 9 */ }
You need to login to post a comment.