I have 2 DIVs:
<div id="sidebar"></div>
<div id="content"></div>
How would i make the sidebar div stretch the same height as the content.
Thanks for any help.
UPDATE:
Here is my example code with other elements:
it has a content DIV in the Middle and 4 divs that makes border which is a different color.
You can easily get your desired results through
display:table-cell;HTML
CSS
i think you are looking like this ;-
http://tinkerbin.com/yqyX3mXg