My site uses 2 columns, but the only way I was able to get the height of the columns is to use a fixed height, but this is a "scrollbar in scrollbar" where the content column should have overflow: auto;for all the content that will be visible, but if the user's browser does not make the entire page visible immediately; there are scroll bars on the page and in the content column.
I would like to make the height of the columns in the sidebar match the height of the content column. I was thinking about setting some javascript to load the page to do this, but I can't help but think about which is better.
This site is http://www.pcbuddies.co.za (for reference).
Any suggestions would be greatly appreciated. Thanks in advance!
EDIT 1
After applying the jQuery solution below, I am pleased with the result (mostly). Where is my problem when the first section (sidebar) of each page (navbar) is smaller than the other section .see http://www.pcbuddies.co.za/Services/Default.aspx
In this situation, the content overflows through the site footer.
source
share