/ Published in: CSS
Expand |
Embed | Plain Text
.rounded{ -moz-border-radius: 5px; /* Firefox */ -webkit-border-radius: 5px; /* Safari */ }
Comments
Subscribe to comments
You need to login to post a comment.
iTony on 08/11/09
2 people have marked this snippet as a favorite
.rounded{ -moz-border-radius: 5px; /* Firefox */ -webkit-border-radius: 5px; /* Safari */ }
Subscribe to comments
You need to login to post a comment.
-khtml-border-radius: 5px; /* Konqueror / -webkit-border-radius: 5px; / Arora, Chromium, Safari, any webkit-based browser */