how to make DIV show up on top of other Divs
- by feelexit
I upload my code on jsFiddle, you can see it there.
http://jsfiddle.net/SrT2U/2/
When you click on the link, the hidden FAQ section will show up, and it will push other divs down. But that is not what I want, I need all other divs stay where they are, and my hidden FAQ section just float on the top. Not sure how to do it. Not even sure if this…