vote up 3 vote down star
3

Does anyone have a good recommendation for a drop shadow jQuery plugin?

I've been working on a project that had every element on the page with a subtle drop shadow, we started using RUZEE to do the shadows but there was a severe performance hit when you had more then 4 or 5 shadows being calculated on the page.

I went to writing my own plugin, I call it simple shadow and it only uses jQuery to inject images in floating div's around the div you want a drop shadow. Nothing elegant but for the purpose of completing that site it worked without performance hits.

Now my plugin isn't anything special but I am still in search for a good light weight shadow plugin.

flag

5 Answers

vote up 6 vote down check

i found http://eyebulb.com/dropshadow/ today, i really like it.

link|flag
whoa I like how it has the shadow behind the gear like that...that is cool. – RedWolves Oct 3 '08 at 2:42
yeah it is kinda awesome – John Boker Oct 3 '08 at 2:49
its kinda broken though. if user resizes text the shadows do not follow. – Craig Jan 22 at 5:24
This plugin seems to bog down the browser too. – Ryan McGeary Jan 29 at 23:58
2  
Domain is currently down.. – corymathews Dec 1 at 21:46
vote up 0 vote down

jQuery UI also provides drop shadow functionality.

link|flag
I was aware of this plugin. the last time I checked it it still needed work. But the last I heard it was dropped out of the official UI release. Was it added back in? – RedWolves Oct 3 '08 at 2:43
vote up 1 vote down

The JQuery UI no longer supports shadow functionality.

link|flag
vote up 1 vote down

try the FontEffect jQuery Plugin, sorry I can't post the link, but you can find it easily on google or jQuery plugin site.

link|flag
It would appear that this works for text but not for DIVs. Any ideas? – humble_coder Aug 15 at 15:23
vote up 0 vote down

The original site hosting the jQuery Dropshadow plugin has apparently gone down.

For anyone looking for it, I'm currently hosting it on my Dropbox account.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.