Can someone help me with a height issue I am experiencing?
You can find the page in question here:
The problem arises when zooming all the way out - the background of the #article
div does not extend to the footer. How can I adjust the height of the #article
to be 100% minus the space occupied by the banner, navigation, and footer elements? Keep in mind that the navigation div has a dynamic height.
I attempted to use position:absolute
for the footer, but I'm unsure if I can apply the same method to the banner and navigation divs.