Viewing 4 replies - 1 through 4 (of 4 total)
  • 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.

    Thread Starter mcdogs

    (@mcdogs)

    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.

    Thread Starter mcdogs

    (@mcdogs)

    Thanks witchhats, changed it to a gif and problem solved 😉

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Site does not show right in firefox’ is closed to new replies.