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 other layers. is this possible ?
|
feedback
|
|
It's possible but not entirely simple. I've done it before here (the video hover-overs). The concept basically goes:
| |||
feedback
|
|
Try floating your elements. If they are div's they should slide over one another. | |||
|
feedback
|