Hello
100% height on the wrapped div, but you usually don't set heights on content div's the content controls the height
Increase in height Yes, Increase in width ?
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>12345 12345 12345 12345 12345</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<!-- saved from url=(0022)http://www.domain.com/ -->
<style type="text/css">
*{padding:0;margin:0;}
.a,.b{min-height:200px;}
.a{width:100px;background:#ffffcc;}
.b{background:#ccffcc;}
* html .a,* html .b{height:200px;}
</style>
<script type="text/javascript">
</script>
</head>
<body>
<div class="a">
<div class="b">
<p>content
<!--
<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
-->
end
</p>
</div>
</div>
</body>
</html>
Bookmarks