Tagged Questions

1
vote
2answers
2k views

jquery slideDown rather than slideAndPush

I have a div where I click on a link to slideDown. As expected it does what it promises however, I prefer it to slide open without pushing the other elements down as well. so like a layer on top of ...