Results 1 to 2 of 2

Thread: Help with the wz_dragdrop script

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

    Question Help with the wz_dragdrop script

    1) Script Title: wz_dragdrop script

    2) Script URL:
    http://www.walterzorn.com/scripts/wz_dragdrop.js

    3) Describe problem:
    To begin with, hello to u all...

    Basicaly I'm trying to get into DHTML and Javascript but sometimes it just gets too much - I'm a graphic designer and code ignorant (not unusual heh) but still trying...

    I'm using Walter Zorn's script to drag layers around and I would like 2 things to happen: when I mouseover a dragdrop layer, an info layer to appear AND to be able to use the SCALABLE function of the script without the shift key to enlarge the image in the div, just by using an tiny image as a "hotspot" on the bottom right corner for each dragdrop layer.

    This doesn't need to be functional during the drag function... just during a mouseover/hover BUT it does need to be easy to implement since it's going to apply to many div's.
    I have managed the layer to Show/Hide by using:
    Code:
    <div id="whatever" onmouseover="dd.elements.INFOLAYER.show();return false;" onmouseout="dd.elements. INFOLAYER.hide();return false;">
    >
    ...but what about the scale-hotspot-function on mouseover...?????
    Do I use the my_PickFunc Function, if so how???
    Last edited by Shaft; 08-14-2007 at 01:11 PM. Reason: Script URL is NOT on DD

  2. #2
    Join Date
    Aug 2007
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    ...am I asking too much or is it too complicated?

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
  •