G'day All,

I have had a website up and running for ages, www.brierleywines.com (css is 
www.brierleywines.com/images/brierley.css).  It is quite basic, and I have 
never had any issues with it before, but now the background colour and gradient 
image for the <body> are not showing up in the newest (2.0.0.14) Firefox and IE 
browsers - it appears when I load the working copy from my hard drive into 
firefox, but not via the internet/server.  The host I'm using does have an 
advertising banner at the top, but I've checked the html adjustments that it 
makes and can't find any issues here, (although it's a possibility, checked via 
'view source').

Things I have tried: checking url's for images & .css, checking colour codes, 
reuploading both css and image, changing css so is in 'images' directory rather 
than main file folder, validating .css file alone, specifying a 
background-repeat, applying the body bg to a div instead of the body...

It opens as it ought in my older internet explorer (6.0) and never had any 
issues in my older Firefox (I think 7.0?) - so now I'm wondering if this might 
be an issue with new browsers and css1/css2 compatibility, as the background 
properties I have used are listed as only css1/Firefox 1 on the w3c.org site. 
What is strange is that the background images/colours for other <divs> work 
fine. 

My body background specific code is thus: 

body {
    background-color: #D8BAEC; 
    background-image: url(images/bggradient1.jpg);
    background-repeat: repeat-y; 
    text-align: left; 
    margin: 0px; 
    padding: 0px;
    color: #611E41;
}

The only thing I can think of is that there is an issue with my body 
element/background and the newest browsers, but I can't think why this would 
happen.  Any ideas would be fantastic, as I am out.

Thanks, Ellana Sue.
[EMAIL PROTECTED]

 
_________________________________________________________________
Are you paid what you're worth? Find out: SEEK Salary Centre
http://a.ninemsn.com.au/b.aspx?URL=http%3A%2F%2Fninemsn%2Eseek%2Ecom%2Eau%2Fcareer%2Dresources%2Fsalary%2Dcentre%2F%3Ftracking%3Dsk%3Ahet%3Asc%3Anine%3A0%3Ahot%3Atext&_t=764565661&_r=OCT07_endtext_salary&_m=EXT
______________________________________________________________________
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