Skip to main content

Bug Tracker

Side navigation

#5903 closed bug (worksforme)

Opened January 22, 2010 08:14PM UTC

Closed November 17, 2010 02:38AM UTC

Last modified March 15, 2012 11:02AM UTC

slideUp() bug whit html,body height 100%

Reported by: champ4 Owned by:
Priority: major Milestone: 1.4.1
Component: effects Version: 1.1.4
Keywords: slideUp, height Cc:
Blocked by: Blocking:
Description

I'm trying to use slideUp() on my page, but doesn't work.

Debuggin, I realice that the problem is on my CSS. If I use:

html, body {

height: 100%;

}

The effect don't work whit any height. The slideDown() work correctly.

Attachments (0)
Change History (1)

Changed November 17, 2010 02:38AM UTC by addyosmani comment:1

resolution: → worksforme
status: newclosed

I've reproduced what you were trying to achieve here with jQuery 1.4.4 Live Test Case and this seems to be working fine, even with the height you were using. Closing as worksforme.