Results 1 to 1 of 1

Thread: Generic Drag script

  1. #1
    Join Date
    Sep 2005
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Generic Drag script

    http://www.dynamicdrive.com/dynamici...enericdrag.htm


    i can get this script to work in isolation but as soon as i apply it to my page it fails to make anything mobile.
    there are no other scripts on the page.
    my design is laid out using css thus

    div.lcol { width:130px; margin:0px; border:1px solid gray; position:absolute; top: 10px; left: 10px; }
    div.mcol { width:700px; margin:0px; border:1px solid gray; position: absolute; top: 10px; left: 150px; }
    div.rcol { width:130px; margin:0px; border:1px solid gray;position: absolute;top: 10px;left: 860px; }

    so as you can see has three panels left middle and right
    is it likely that as the layout is css using <div class="xxx" and not tables or frames that this would obscure or otherwise make the images i place unmovable ?
    i have tried placing inside and outside the boundaries of the <div> but with no success
    Last edited by bl4ck4dd3r; 09-21-2005 at 12:40 AM. Reason: missed code url

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
  •