Glen - Currently, jQuery requires that you set a static width to an element before you try to resize its height.
Looking at your source code, trying setting a fixed width to div.tipContent (like, 600px - or whatever the width of it is). Try that and let me know if that helps. --John On 10/6/06, Glen Lipka <[EMAIL PROTECTED]> wrote: > I am working on a redesign of payroll.com which leverages jQuery a bunch. > I am having one bug that I can't seem to fix. > > Sample: > http://glenlipka.kokopop.com/jQuery/payroll/PayrollIntroduction.htm > > In Firefox, Click on the last link and then scroll down. > > When I use show(0), the height works fine. When I use slideDown("slow") the > text goes over the footer.. > > What am I doing wrong? :( > > Thanks for the help, > > Glen > > _______________________________________________ > jQuery mailing list > [email protected] > http://jquery.com/discuss/ > > > -- John Resig http://ejohn.org/ [EMAIL PROTECTED] _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
