How to Create Rounded Image With CSS3 and jQuery
Webdesignerwall has writen tutorial how to use the CSS3 border-radius and box-shadow feature to make rounded image. The problem is none of the modern browsers display rounded corners imagelike they want. Webkit does display the rounded corners, but the inset box shadow is not supported. In Firefox, the border-radius doesn’t even display at all. Incoming [...]