Lets say i have this
<div id="1">
<div id="2">
<div id="3">
</div>
</div>
</div>
1 has height: 100%
2 has min-height:100% because i want it's background to reach the end of the page even if the content doesn't
Ive tried making 3 have min-height 100% but it only goes as far as my text.
How do I make 3 also have min-height: 100 % to make its background also reach the end of the page even if there is no text or anything there?
<div id="1">
<div id="2">
<div id="3">
</div>
</div>
</div>
1 has height: 100%
2 has min-height:100% because i want it's background to reach the end of the page even if the content doesn't
Ive tried making 3 have min-height 100% but it only goes as far as my text.
How do I make 3 also have min-height: 100 % to make its background also reach the end of the page even if there is no text or anything there?












