<div id="content-wrapper"></div>
$(function(){ var height = $('#content-wrapper').height(); $('#main-content, #sidebar').css('height', height);});
http://www.onedollaronebrick.com/
There is a gap under the main content area, but editing margin-height in the style.css file doesn't seem to fix it.
What can I do to fix this?
Thanks!
Adam
<div id="content-wrapper"></div>then add this script:Check my Fiddle: http://jsfiddle.net/tovic/DupAU/
I initiated it as a separate script within tags.
Any other ideas?
Thanks,
Adam