Div start 100px down the page and then FILL to the bottom. IE: stretch to the bottom
How to have a div start 100px down the page, But have the bottom of it reach the bottom of the page ( IE: fill downwards.. )
If i have a height of 100% then it will also extend the page by the extra 100px..
So ideally i want a div that starts 100px down the page and then attaches the bottom if the div to the bottom of the page?
Annoying CSS layouts still elude me and make my life hell no matter how much effort I put in to learn it.
Something like:
Code:
position:absolute;
left:0px;
top:100px;
width:500px;
bottom of my div : page bottom;View full post on Tycoon Talk
100px, bottom, Down, Fill, page, start, stretch