I have a page set up the following way:
Header
Navigation
Content

The css for the following sections are:
#header {width: 770px;
margin-top: 0px;}

#navigation {width: 175px;
float: left;
margin-left: 0px;
background-color: #5994d6;}

#content {width: 567px;
float: right;
padding: 5px;}

All three sections are enclosed in a #main section
#main {background-color: #ffffff;
width: 770px;
margin: 0;
font-size: 100%;
font-family: Verdana, Helvetica, Arial, sans-serif;

I need the #navigation to be the same height as the content, no matter how
far down the page it goes, displaying the background colour I have set for
it the whole way down. At the moment, it's not. Any ideas?
Site can be found at www.customclothing.com.au  

Joanne



______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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