I have an image which is square 100px by 100px.
Was wondering if there was any way for giving an image rounded borders using CSS?
Similar to the border-radius property:
-moz-border-radius: 15px; border-radius: 15px; I would prefer not to resort to Javascript.
Thanks.
img { ... }block.