View Single Post
  #8  
Old 09-06-2007, 03:23 PM
 
inebriate inebriate is offline
 

eXpert
  
Join Date: May 2006
Posts: 301
 

Default 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)
Reply With Quote