I have set up a site at http://www.joepeters.co.uk/
This site looks fine in i.e but for some reason the background of the main content shows as white not black in firefox. Any ideas how I can get around this?
Thanks
I have set up a site at http://www.joepeters.co.uk/
This site looks fine in i.e but for some reason the background of the main content shows as white not black in firefox. Any ideas how I can get around this?
Thanks
it also shows as white in safari.
could it have anything to do with this in your css?
#page {
background: #000000;
}
presumably it should be #FFFFF to be white.
I want it showing as black on all browsers, its the actual content section, shows as black on i.e but white on all other browsers
Sorry I totally misread it!
According to my X-Ray plugin for Firefox, it looks like the #page class is properly filling in black - it's just for some reason there is something white overlapping it.
Perhaps there is something wrong with the heirachy and order of your classes that causes Safari & Firefox to read it incorrectly (or as the case may be, correctly).
body has this in it:
background: #131415 url(img/body.png);
could the png be stuffing things up? maybe try removing it.
Thanks witchhats, changed it to a gif and problem solved ;)
This topic has been closed to new replies.