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?