-
handles always on top?
1) Script Title: DOM Drag & Drop script
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...drag/index.htm
3) Describe problem: I have multiple images that I'm using the drag drop script for on a website that I don't yet have online. The problem I'm having is that when one image overlaps another, the handle doesn't work. I've tried messing around with the z-index to make it so ALL my handles on the webpage are ALWAYS ontop of all the images so any image can be dragged, even if they overlap another image. Has anyone figured out how to make all the handles always on top of everything?
-
-
No two elements can be on the same level on a webpage when position:absolute. For us to fully understand what you're trying to ask, you need to put it online, or post the code you're using.
Generally when something is positioned absolute, it overlaps everything else, it has an "automatic" z-index.
- Mike
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks