[jQuery] width bug with hide and show

[jQuery] width bug with hide and show

My styles are in a stylesheet, I just wrote this example to be as simple as possible.
Since I wrote my initial letter I recognized that the problem exists in Firefox2 only. IE works fine.
Nandi
-----Original Message-----
From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com] On Behalf Of Brandon 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 will resolve the issue.
--
Brandon Aaron