Ooops.  I didn't mean to send this as a reply post. Sorry.  I should have looked before I lept : )

Michael Pemberton wrote:

I noticed that the latest snapshot of dan's has the following glitch:

this.x=x||this.x;
this.y=y||this.y;

should be:

this.x=(x==null) ? this.x : x;
this.y=(y==null) ? this.y : y;

For some reason, ther value '0' is being counted is not picked up in the first version.  This caused some problems with drags finishing early and also stopped you from moving a layer to 0 (either x or y).

BTW: I've tweaked the dragging code to allow for snapping to the edge of the boundry, anyone interested?

Eric Gilmore wrote:

This is my first post to the board so I apologize if this has been covered
before.
I was wondering if any one could give me some detailed information on how to
use the load panel to load external files (.html) into dynlayers. What I'm
trying to do is set up navigational links for my site, and instead of
loading an entirely new page, only load the page in a section of my main
page. I need it to be clipped and be able to scroll it through dynamic
scroll buttons.  To get a better understanding of what I want to accomplish,
please go to  http://www.bratta.com/dhtml/ Once you get through all of the
Intro, the links are on the right and the effect I want to achieve is on the
left.  I'm not a javascript genius so please bare with me.

Eric Gilmore
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com

_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/mailman/listinfo/dynapi-help

--
Michael Pemberton
[EMAIL PROTECTED]
ICQ: 12107010
  _______________________________________________ Dynapi-Help mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/mailman/listinfo/dynapi-help

--
Michael Pemberton
[EMAIL PROTECTED]
ICQ: 12107010
  _______________________________________________ Dynapi-Help mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/mailman/listinfo/dynapi-help

Reply via email to