I just want to know how DeviantArt.com implemented the shadowing on each images.
If you look at the thumbnails, you’ll see that the images are shadowed a bit. I think they done it with Javascript because when I turned off my Javascript the shadows were gone. And they are also using jQuery btw.
I believe its on the server side.
If you see: http://sh.deviantart.com/x/170/100/logo3.png
You can change the ‘variables’ to fit your dimensions.
Then I guess its just a background property on the image with some padding to place the image in the center.