My website uses 2 columns, but the only way I've been able to get the columns height to match is to use a fixed height, but this presents a "scrollbar in a scrollbar" issue where the content column has to have overflow: auto;
for all the content to be seen, but if the user's browser doesn't make the entire page visible at once, both the page and the content column have scrollbars.
What I would like to do is match the sidebar columns height to that of the content column. I was thinking of setting some javascript on page load to do it, but I can't help thinking theres a better way.
The site in question 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'm happy with the result (mostly).
Where I do have a problem is when the first section (sidebar) of every page (navbar) is smaller than another section see http://www.pcbuddies.co.za/Services/Default.aspx
.
In this situation, the content is overflowing past the site's footer.