Results 1 to 3 of 3

Thread: Drag & Drop script and Table

  1. #1
    Join Date
    Dec 2006
    Posts
    38
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Drag & Drop script and Table

    1) Script Title: Drag & Drop script

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex11/domdrag/

    3) Describe problem:
    How can I keep the "moving function" within this little window?

    I combined 4 tables around the map. And if you try to move the map it is also keeps moving.
    How can I keep the "moving function" only within this little window?

    http://www.easyto.eu/drag-test.htm

  2. #2
    Join Date
    Apr 2007
    Location
    England
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Hi,

    I need support with making the handle boxes from this script go next to each other when the page loads... Anyone got any ideas?

    Thanks,
    Callum

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

    Default

    Please make your own thread for asking questions, this is someone else's thread .

    And for your question:
    If you use position:relative instead of position:absolute in the CSS it may work. Here's why: position:absolute, literally positions the element on the page absolutely, defined directly from the x,y position. relative causes two position:relative elements to "stack" inside it's parent element, but can still be positioned with left and top coordinates.
    - 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
  •