html - Footer for a page with a variable length main section -


the content of main article on site changes dynamically ajax. want add footer site because can't set static height footer appears @ same position article (as if article didn't take space @ in dom).

i guess easiest way show visually happens: my site here

if @ footer when page loads you'll notice it's stuck behing article.

delete line #mainsection .mainarticle:

position: absolute;  

absolute positioning takes article out of flow, deleting line make positioning static, , make elements on top of each other intended.


Comments

Popular posts from this blog

database - VFP Grid + SQL server 2008 - grid not showing correctly -

jquery - Set jPicker field to empty value -

.htaccess - htaccess convert request to clean url and add slash at the end of the url -