I have tried several ways to get rounded corners around images without success. The best I got was using the image as background and applying the round corners style to the div as in this picture.
Problem is that image is not linked through an img tag, so GoogleBot does not index it.
Is there a better solution just using img tag and css to get images with rounded corners?
Thanks in advance!
imgelement. An exception could be Opera (I tested 11.5 sometime ago). And IE8 is a problem anyway. I answered a very similar question to this on StackOverflow a while back... stackoverflow.com/a/7284337/369434 – w3d Sep 1 '12 at 10:53imgelement appear to work OK. – w3d Sep 1 '12 at 11:03