hi ..

in an example like the one below .. how can one enclose the regContainer div
inside the mainFrame div irrespective of the content of the regContainer.
The clearer div is not doing the trick!  a large content of 'regContainer'
pushes its lower edge below the main frame!
Please help?  James
----------------------
<html>
<head>

<style>
.mainFrame{
height:100%;
 background: white;
 border: 5px solid #CCCCCC;
}

.regContainer {
 position:relative;
 top:125px;
 color: #black;
 width: 720px;
 float:left;
 border:1px solid black;
}

.clearer {clear: both;font-size: 6px;}

</style>

</head>
<body>

<div class="mainFrame" align="center">

          <div class  ="regContainer"> long paragraph  goes here   </div>

          <div class  ="clearer"> &nbsp;</div>

</div>

</body>
</html>
----------------------
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to