Adjusting Zindex With Createjs
I would like to move the dragged item to the top layer when its moved. How can I make sure it does not get dragged under another object. Can I set what ever 'sequenceNumbers' that
Solution 1:
Add a this.css('z-index','500')
to your ('mousedown')
call.
Post a Comment for "Adjusting Zindex With Createjs"