/ Published in: CSS
Border-Radius for modern Browsers
Expand |
Embed | Plain Text
-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
You need to login to post a comment.
dkl3in on 09/10/10
2 people have marked this snippet as a favorite
Border-Radius for modern Browsers
-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
You need to login to post a comment.