Results 1 to 2 of 2

Thread: handles always on top?

  1. #1
    Join Date
    Mar 2007
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question 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?

  2. #2
    Join Date
    Jul 2006
    Location
    Canada
    Posts
    2,581
    Thanks
    13
    Thanked 28 Times in 28 Posts

    Default

    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

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •