I have a div which I have set to the height of 100% so it reaches the bottom of the page no matter the size of the browser resolution.
However, when the browser is resized the div no longer reaches the bottom of the page.
How do I set a div's height to 100% and keep it at this even if the browser window is resized?
Thanks.
However, when the browser is resized the div no longer reaches the bottom of the page.
How do I set a div's height to 100% and keep it at this even if the browser window is resized?
Thanks.
Comment