Re: [jQuery] width bug with hide and show

2006-11-17 Thread Klaus Hartl
Jörn Zaefferer schrieb: >>> That doesn't do anything. Weird. >> Did you click the div that says 'close/open' below the copy? > > I really need a big red button that says: JS is currently disabled! Don't > forget to enable it again!! > > Sorry. Hehe, maybe try this in your user CSS: body:before

Re: [jQuery] width bug with hide and show

2006-11-17 Thread Jörn Zaefferer
> > That doesn't do anything. Weird. > > Did you click the div that says 'close/open' below the copy? I really need a big red button that says: JS is currently disabled! Don't forget to enable it again!! Sorry. -- "Ein Herz für Kinder" - Ihre Spende hilft! Aktion: www.deutschlandsegelt.de Unse

Re: [jQuery] width bug with hide and show

2006-11-17 Thread Kolman Nándor
Of course. Thanks. :) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brandon Aaron Sent: Friday, November 17, 2006 4:18 PM To: jQuery Discussion. Subject: Re: [jQuery] width bug with hide and show On 11/17/06, Kolman Nándor <[EMAIL PROTECTED]>

Re: [jQuery] width bug with hide and show

2006-11-17 Thread Brandon Aaron
On 11/17/06, Kolman Nándor <[EMAIL PROTECTED]> wrote: > It works for me correctly. I use 1.0.3 version of jQuery. Good! Can you pull the latest from SVN? There was a recent bug fix that also fixed this. If not, 1.0.4 should be coming soon. -- Brandon Aaron ___

Re: [jQuery] width bug with hide and show

2006-11-17 Thread Kolman Nándor
It works for me correctly. I use 1.0.3 version of jQuery. Nandi -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brandon Aaron Sent: Friday, November 17, 2006 3:52 PM To: jQuery Discussion. Subject: Re: [jQuery] width bug with hide and show Do you know

Re: [jQuery] width bug with hide and show

2006-11-17 Thread Brandon Aaron
On 11/17/06, "Jörn Zaefferer" <[EMAIL PROTECTED]> wrote: > That doesn't do anything. Weird. Did you click the div that says 'close/open' below the copy? -- Brandon Aaron ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] width bug with hide and show

2006-11-17 Thread Jörn Zaefferer
Original-Nachricht Datum: Fri, 17 Nov 2006 08:51:49 -0600 Von: "Brandon Aaron" <[EMAIL PROTECTED]> An: "jQuery Discussion." Betreff: Re: [jQuery] width bug with hide and show > Do you know the revision number you are using? I believe the latest >

Re: [jQuery] width bug with hide and show

2006-11-17 Thread Brandon Aaron
recognized that the problem exists in > Firefox2 only. IE works fine. > > Nandi > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brandon Aaron > Sent: Friday, November 17, 2006 3:26 PM > To: jQuery Discussion. > Subject: Re

Re: [jQuery] width bug with hide and show

2006-11-17 Thread Kolman Nándor
Aaron Sent: Friday, November 17, 2006 3:26 PM To: jQuery Discussion. Subject: Re: [jQuery] width bug with hide and show The problem here is the inline style which is considered bad practice. The inline style is going to get overridden by the animation. Please put your styles in a stylesheet and this

Re: [jQuery] width bug with hide and show

2006-11-17 Thread Brandon Aaron
The problem here is the inline style which is considered bad practice. The inline style is going to get overridden by the animation. Please put your styles in a stylesheet and this will resolve the issue. -- Brandon Aaron On 11/17/06, Kolman Nándor <[EMAIL PROTECTED]> wrote: > > > > > Hi! > > > >

[jQuery] width bug with hide and show

2006-11-17 Thread Kolman Nándor
Hi! I have the following HTML structure: title ... close/open I make the table disappear/reappear by clicking the "close/open" div using hide('fast') and show('fast'). After closing and opening, the table seems to forg