javascript - jQuery Tools overlay apple effect draggable with background image -


i have jquery tools overlay apple effect. want make overlay draggable tried using jquery $( ".overlay" ).draggable({ handle: "h3" }); worked background image did not drag it. how whole thing drag? here jsfiddle http://jsfiddle.net/zqngy/ thanks

this not working because image overlay rendering outside of div setting 'draggable'. work <img> element need nested within div setting draggable. if inspect markup can see not case.


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -