[jQuery] Re: hide() and floating elements leaves white space

2008-04-03 Thread Richard Weeks
he name of the element. > > That works very nicely. > > Richard > > -Original Message- > From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On > > Behalf Of GianCarlo Mingati > Sent: 02 April 2008 15:22 > To: jQuery (English) > Subject: [jQuery] Re: hi

[jQuery] Re: hide() and floating elements leaves white space

2008-04-03 Thread Richard Weeks
legroups.com [mailto:[EMAIL PROTECTED] On Behalf Of GianCarlo Mingati Sent: 03 April 2008 14:02 To: jQuery (English) Subject: [jQuery] Re: hide() and floating elements leaves white space Ciao Richard, i'm glad you get the solution. could you show us the piece of code you used? i don't un

[jQuery] Re: hide() and floating elements leaves white space

2008-04-03 Thread GianCarlo Mingati
the element. > > That works very nicely. > > Richard > > -Original Message- > From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On > > Behalf Of GianCarlo Mingati > Sent: 02 April 2008 15:22 > To: jQuery (English) > Subject: [jQuery] Re: hide()

[jQuery] Re: hide() and floating elements leaves white space

2008-04-03 Thread Richard Weeks
(English) Subject: [jQuery] Re: hide() and floating elements leaves white space i think you should get a copy of the markup of the entire LI element you want to hide, and pointing to that LI element onclick you .remove() it. To reappend it, store the position of the removed li (.eq(n)), and re

[jQuery] Re: hide() and floating elements leaves white space

2008-04-02 Thread GianCarlo Mingati
i think you should get a copy of the markup of the entire LI element you want to hide, and pointing to that LI element onclick you .remove() it. To reappend it, store the position of the removed li (.eq(n)), and re - insertAfter() the element that precedes the one you removed... ?? On Apr 2, 11: