I've been looking at the numerous other questions related to this but i still can't seem to sort it out. I have a simple HTML and CSS document. For some reason i'm unable to get the content tag working correctly with a 100% height. I've been looking at parent objects i.e body and html to make sure they also have a height of 100% (which they do) but still nothing. The HTML code i'm using is as follows;
The HTML is here > http://pastebin.com/ZmJeneie The CSS is here > http://pastebin.com/NWVdMv8i
EDIT: an example of the page can be found here > http://steelfoot.com/test/ I'm trying to get the content block to fill (and push the copyright to the bottom).
any pointers?
