thnak you I'll got on those items...

>>>This bit seems to work?
It does work well but... I was think I could cut the code down? have a
global function that would be called in those areas?? I just was not
sure on how to do that... at least not yet... the next step after that
was to write it so the boxes would be created on the fly inputting
html from other pages allowing for a windows environment type UI...
that is the long goal here...

Thanks for the help...
jeremyBass

On Sep 5, 11:02 am, Ca-Phun Ung <[EMAIL PROTECTED]> wrote:
> Hi
>
> [EMAIL PROTECTED] wrote:
> > The issues is the... if when the page loads and some one closes the
> > top boxes the boxes below move up... that is a problem when you drag
> > the bottom one close to the top then close the box the started off
> > above it.  It "last" box the was drug to the top now moves up past the
> > page top making impossible to move it... hope that is clear...
>
> If you give the boxes position:absolute they should stay put.
>
> > The second issue is for some odd reason I can't get the boxes to
> > respect the size of the i-frame I put in...
>
> functional_demos.css line 102: You're setting the boxes width and height
> to 100px. That would be why they're not expanding to the i-frames size.
>
> > I think that is it although there is one more thing that I know I need
> > to work on... in the script... start: function() { $(this).css("z-
> > index", ++globalIndex); }, is repeated many times... but all tries to
> > it as a global function has failed any help there would be great to...
> > thank you and have a great day...
>
> This bit seems to work?

Reply via email to