JQuery - drop shadow plugin. Custom color
- by Ockonal
Hello, I'm using Jquery plugin DropShadow:
web site
And I want to set drop shadow color manually.
Color is specified in the usual
manner, with a color name or hex
value. The color parameter does not
apply with transparent images.
From documentation, so, here is my code:
{
...
color: "black",
swap: false
}
It works perfect, with '#000' against 'black' it works too... But if I need shadow color, for example, red '#fff000' plugin doesn't work. I don't see any shadow. Why?