jquery drop shadow plugin?
Is there any drop shadow plugin for jquery? Seems there was but is no more... Any help? ALSO, is it possible to use jquery in a PHP file ? (I create a table in the php file) Thanx ...
Is there any drop shadow plugin for jquery? Seems there was but is no more... Any help? ALSO, is it possible to use jquery in a PHP file ? (I create a table in the php file) Thanx ...
I am trying to add a drop shadow to a UIImage view. I get a shadow but it is clipped to the edges of the image view and I am not sure why since I correctly set the uiimageview.clipsToBounds to NO. Below is the code: -(void)addShadow { UIGraphicsBeginImageContext(self.frame.size); CGContextRef myContext = UIGraphicsGetCurrentConte...