JQuery: Push Effect?
- by JGreig
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.