So after reading Stack Overflow and the web, I\'ve gathered that there are two main tricks to achieving 100% height:
You can use jQuery to achieve this trick
var h = $(window).height(); $('#yourdiv').height(h);