Real Shadow: A jQuery Plugin For Creating Realisitc Shadows
Here’s a pretty neat jQuery plugin created by Indamix that you can use on your website! It’s called Real Shadow, and what it does is it gives an element a shadow that changes its attributes depending on the location of the mouse cursor. The plugin works by manipulating the value of the CSS property box-shadow. The shadow’s size and position is determined by the element’s distance to the mouse cursor.
Check out the DEMO. As always, feel free to tell the author what you think about his plugin by forking it over at his GitHub page.