Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] Full Height Page Doesn't Work. What am I missing? Reply To: Full Height Page Doesn't Work. What am I missing?

#151895
SAiNT
Participant

also wanted to share this little solution on jQuery that i found here:
http://stackoverflow.com/questions/8797785/set-column-to-full-height-of-the-page

basically:
$('#Block').height($(document).height());
doesn’t work in my case, but might be helpful to those struggling with similar problem

and a few more links on the subject:
http://tympanus.net/codrops/2013/07/17/troubleshooting-css/#article-width-height
http://www.dave-woods.co.uk/index.php/100-height-layout-using-css/