On Saturday 26 April 2008 4:02 pm Brett Fuhs wrote:
> The site looks fine in IE7 but in Mozilla Firefox, if you right click
> view background image, the image is there, but just doesn't show. My
> body is set to gray and the entire site has a gray background and
> doesn't repeat my background image in firefox like it does in IE7. Can
> anyone see what is going on?
>
> www.saveholytrinity.com
>
>
> Thanks.
> ______________________________________________________________________
> 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/

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/

Reply via email to