/ 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.

-khtml-border-radius: 5px; /* Konqueror / -webkit-border-radius: 5px; / Arora, Chromium, Safari, any webkit-based browser */