Forum Moderators: not2easy
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Untitled Document</title>
<style type="text/css">
div.main_container {
padding:0px;
margin:0px 10px 5px 10px;
border-top: 5px solid #CC6633;
border-bottom: 5px solid #CC6633;
border-left: 3px solid #CC6633;
border-right: 3px solid #CC6633;
background-color:#000000;
}
div.left_column {
width: 410px;
float:left;
}
div.right_column {
margin-left:410px;
}
</style>
</head>
<body>
<div class="main_container">
<div class="left_column">
<img src="images/title_fight.jpg" />
</div>
<div class="right_column">
<br /><br /><br /><br /><br />
</div>
</div>
</body>
</html>
I want the main div to contain both divs, how ever large they get vertically. And I want the two nested divs to expand vertically depending on their content.
Thanks for your time.