I know I can set the height attribute statically in the stylesheet, but that’s not what I want to do.
What I want is, since the height of the left column class=content will change dynamically (based on the content that is generated) I want the height of the sidebar column to also change – even though there is no content being dynamically generated there.
How do I do that?
Here is the implementation (in the real version, both columns are directly beside each other, but because of JSFiddle’s smaller viewing window it is not).
Edit1
I would rather it be achieved with CSS only…no JS (if possible).
Thanks.
My JS/Jquery based modification:
http://jsfiddle.net/pTKd2/3/