Wolf Akela
Member
Need help. Why is it that when the browser is vertically resized too small, height:100% pretty much breaks? Like so:
Code:
<html>
<head>
</head>
<body style="margin: 0; padding: 0; height: 100%">
<div style="background-color: green; height: 100%">
<p>adsad</p>
<p>adsad</p>
<p>adsad</p>
<p>adsad</p>
<p>adsad</p>
<p>adsad</p>
<p>adsad</p>
<p>adsad</p>
<p>adsad</p>
<p>adsad</p>
</div>
</body>
</html>