Did you notice that all the images on my post content have drop shadow? I did not edit all the images to have drop shadow manually. The images are just normal picture. Then, how does the drop shadow come out?

jayceooi_link_160x240.jpg

If you compare the above image with the image on the sidebar (if the picture still there, :P ), you will notice that the image on sidebar does not have drop shadow. Both of them are using the same picture. Just the image at post content has some helps from CSS to make it to have drop shadow.

Okay, let’s start the tutorial.
1. Download this shadow.gif file.
2. Copy it to your WordPress theme images folder.
3. Add “.PostContent img { background:url(images/shadow.gif) no-repeat right bottom; padding:4px 10px 10px 4px; border:none; border-top:#eee 1px solid; border-left:#eee 1px solid;    }” in CSS.

Well, that’s all. Enjoy your images’ drop shadow. :D

Related Entries