[jQuery] Re: fix a few simple things

2008-09-05 Thread [EMAIL PROTECTED]
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

[jQuery] Re: fix a few simple things

2008-09-05 Thread [EMAIL PROTECTED]
Hello, so still some of the issues remain... >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 need the to have the height and width set but in the interest of sorting out the bugs, I took both away

[jQuery] Re: fix a few simple things

2008-09-05 Thread Ca-Phun Ung
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 move

[jQuery] Re: fix a few simple things

2008-09-05 Thread [EMAIL PROTECTED]
Ok I forgot that this was in there... doesn't fix anything but this : .remove(210) is not in the script... it was meant to remove the item from the dom after the toggle animation which lasts 200 ... I'm still try to think how to do the timed .remove, and I'm open to ideas... any ways the main focu