• thelaw

    (@thelaw)


    Here’s a strange issue and I’m suspecting it must be css conflict related. This URL http://tiny.cc/a0tg3 shows up with the background in Firefox but not in IE. I’m having a difficult time figuring out why since both are standard in the Revolution Theme and act just as a page background. Anyone have an idea?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Looks like the body background line in your css is missing a semicolon at the end. Firefox is probably just being more forgiving about it than IE.

    Thread Starter thelaw

    (@thelaw)

    Thanks for looking at this. It appears that the body background line and it shows the following – might you be referring to something else?

    body {
    background: #010101 url(images/bg.jpg) top center no-repeat;
    width: 100%;
    color: #010101;
    font-size: 12px;
    font-family: Arial, Tahoma, Verdana;
    margin: 0px;
    padding: 0px;
    }

    I can see the background in IE …

    Thread Starter thelaw

    (@thelaw)

    What do you see smub? I’m using IE 7 and get a plain black background. Using Mozilla I get a cool background jpg with a cool design.

    Thread Starter thelaw

    (@thelaw)

    Problem solved – apparently there is a problem with the javascript in the revolution theme pro – something about the imagefader.js and the imagefader function in header.php that causes an error in IE.

    Sorry for the red herring. I looked at your code through Firebug, and it showed a missing semicolon at the end of your “background” line. A bug in Firebug?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Background in Firefox, not IE’ is closed to new replies.