I've got an element with \[code\]overflow: hidden\[/code\], which I'd like to expand when clicked.This is what I have so far.http://jsfiddle.net/up6bW/2/It does expand the element, but not as it's supposed to. It should not push the element below it, but overlap and hide it. I can make this work partially by using \[code\]position: absolute\[/code\], but this makes the next element collapse to the top.Can this be done by only using CSS on the clicked element? Other elements should not be adjusted.
Or if they are, this should be calculated automatically using JavaScript.
Or if they are, this should be calculated automatically using JavaScript.