Re: Background image works in Firefox but not IE
try seperating the html and body tags in the css file
right now you have html, body, ie:
html, body { css stuff goes here including the background }
so try having one for html and one for body, ie:
html { css stuff goes here, but not the background }
body { background stuff goes here }
background-attachment fixed will only work in the body tag for IE
__________________
x-cart pro 4.0.18
linux
www.fabric8d.com (currently undergoing construction)
|