CSS & Javascript Image Drop Shadows
Internet & Technology (7)
I searched on Google and found Sergio Villarreal's article which shows a great way to put drop shadows on images using CSS. On first inspection the solution seemed to fit my requirements exactly, it is simple, easy to implement and offers a great looking result however I was looking for a method that would require the absolute minimum of ongoing config and maintenance and I decided to combine Segio's CSS only solution with a slighly more complex CSS & Javascript solution that would in the end be a bit simpler to implement and maintain.
Here is a quick overview of how ...