Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
3k views

I am trying to add a drop shadow to a UImageView

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. ...
1
vote
2answers
140 views

JQuery ready function problems

I am using the dropShadow plugin, and I have a problem with the JQuery ready function. When I have my code like this: $(document).ready(function() { $('div#shadow').dropShadow(); ...
0
votes
3answers
2k views

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