I have just started to embrace web mobile design.
I have this HTML markup:
<div id="Screen">
<div>Header</div>
<div>Filler</div>
<div>Main Content</div>
<div>Footer</div>
</div>
I want to cover the whole screen. The 'Main Content' will be of vaying fixed sizes (for each page). The 'Filler' is just a 'blank space' and its objective is to stretch the whole page down to the bottom of the screen so the footer is at the bottom. i have played arounbd with several styles (relative, inherit, hieght:100%) and i cannot get it to what I want it to do.
Is this a problem to do for mobile devices?
Thanks