> I'm guessing you want grey "background: grey url(images/background.jpg)
> repeat-y; border-right: 4px solid #C7B865" on the container and
>
> div#header {
> background:black;
> border-bottom:4px solid #C7B865;
> border-left:4px solid #C7B865;
> margin-left:1px;
> float: left;
> width: 951px;
> }
>
> Nicholas
> ______________________________________________________________________
> css-discuss [EMAIL PROTECTED]
> http://www.css-discuss.org/mailman/listinfo/css-d
> List wiki/FAQ -- http://css-discuss.incutio.com/
> List policies -- http://css-discuss.org/policies.html
> Supported by evolt.org -- http://www.evolt.org/help_support_evolt/In fact, better, make that "float: left; border-right: 4px solid #C7B865" on the container (and the other code div#header code as above). Basically, a div does not expand to fit its floated contents unless it also is floated. Nicholas ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
