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?
Mike Toppa
Member
Posted 2 years ago #
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.
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;
}
Syed Balkhi
Member
Posted 2 years ago #
I can see the background in IE ...
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.
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.
Mike Toppa
Member
Posted 2 years ago #
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?