Juanita wrote:
> I have a wrapper (red border) around the entire content, however, it is
> only wrapping around the header (blue border)
>
> The height of the body is 100%, and the height of the wrapper is 100%
> which I thought would inherit the body height - but it isn't.
>
> I moved the height from the body to the * but then is made everything 100%
> (obviously)
>
> Can anyone see why the wrapper isn't holding everything inside it?
>
> The css is in the header
>
>
> http://test.kcsm.org/test_style.php
>
>
>   



There are several ways to enclose the content in the wrapper. Among them 
add float: left; /or/ float: right; to #wrapper /or/ add a clearing 
element in the css and markup:
css
br.both {clear: both;]
html
</div><!--end content-->
</div><!--end container-->
<br class="both"> <--- add
</div><!--end wrapper 1-->
</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