I'm attempting to achieve an embossed effect on an image, similar to a polaroid. I want a box-shadow on the top and left edges insetted to the picture. However, I'm having trouble getting it to work. Could this be a browser issue?
I've created a demonstration on jsfiddle here: http://jsfiddle.net/PEgBv/25/ to illustrate what I'm trying to achieve.
I like how it looks on the second div box (where it is working). However, on the images, the shadow is only displayed without the inset
attribute.
I'm using Chrome 14 on Linux.