tags:

views:

1267

answers:

4

Is there any plugin for use a shadow effect on a div?

thanks

+1  A: 

The to search for keyword is "drop shadow".

Duplicates: SO Question SO Question

Googling JQuery drop shadow turns up a number of good results. There is at least one plugin.

Pekka
A: 

try this...

http://www.edgarverle.com/shadow/default.cfm

Josh
+1  A: 

http://plugins.jquery.com/project/dropcurves

http://plugins.jquery.com/project/DropShadow

There are numerious plugins for rendering drop shadows under page elements via jQuery, all of which were found via a quick Google search.

meagar
A: 

I have created my own solution with four lines of jquery code:

http://sarfraznawaz.wordpress.com/2010/03/16/drop-shadow-effect-with-four-lines-of-jquery-code/

Sarfraz