/ Published in: CSS
URL: http://dimox.net/cross-browser-border-radius-rounded-corners/
Expand |
Embed | Plain Text
.rounded-corners { -moz-border-radius: 10px; /* Firefox */ -webkit-border-radius: 10px; /* Safari, Chrome */ border-radius: 10px; /* CSS3 */ }
You need to login to post a comment.
