Hi,

I have a hard time figuring out how to make layers display as inline.  I
use Dynapi 3.0 beta and noticed the insertChild function can create
relative positioned layers.  But I was not able to find any way to set
the display=inline property.

I tried
layer.css.display = 'inline';
or
layer.elm.style.display = 'inline';
but both are useless.

Also tried to use inline layer, which displayed well, but becomes buggy
when I setDragBoundary.  The boundary should be the parent of the layer
(another layer), but it *seems* to become "document", but offset by
about 20 pixel to the lower right.

I have two big DIVs on my page (left and right), inside each DIV, there
are many small same-sized DIVs (inline and relative).  I want to be able
to drag one of the small DIVs from the big DIV, then drop into the other
big DIV.  Then the small DIV will be aligned automatically in the new
big DIV (by using inline and relative).  Also, all small DIVs in the
original big DIV should shift one block to cover the extra space left
after the small DIV is dragged away.

Can someone help me?

Thanks in advance.

Jack

-- 
Jack Chung <[EMAIL PROTECTED]>
http://www.PerceptiveCorner.com/



-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dynapi-help

Reply via email to