JQuery: Push Effect?
Posted
by JGreig
on Stack Overflow
See other posts from Stack Overflow
or by JGreig
Published on 2010-04-28T05:36:10Z
Indexed on
2010/04/28
5:43 UTC
Read the original article
Hit count: 403
I'm currently using the JQuery slideDown/slideUp effect and am not accomplishing what I want.
Essentially, I want to create an action where I "push" a div off the top of the browser window.
Something similar to the following push effect example.
How can I do this with JQuery?
The problem with just using slideDown/slideUp is that the other DIV just overlaps the div I'm hiding. But instead, I want to PUSH the div I don't want visible off the top of the browser window.
© Stack Overflow or respective owner