I saw other answers, but they either didn't work or they used JavaScript. Can some @media request solve this problem?
I have a JSFiddle to show an example of a problem: http://jsfiddle.net/e4VWL/
You can see that it <footer class="copyright">looks awkward because the left frame .wrapperdoes not reach the bottom of the page.
I want to find a CSS-only solution so that the final one divtakes up the rest of the page height for viewing by the browser.
source
share