html - my Child DIV is stretching beyond parent. No fixed / absolute positioning -


http://thestleonardsacademy.org/stlan/extracurricular.php

the divs in question #content , #newstiles.

#content set set @ 100% height, newstiles, child of content. however, newstiles matching height of content, rather filling remaining space. due other divs inside #content, means scroll bar created additional scroll equalling header , footer inside #content.

i'm wanting #content minimum of 100% page height. want fixed-size header , footer, , #newstiles fill remaining space.

you have no clear: in css, try adding clear:both; in css.


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -