View Single Post
  #1  
Old 09-06-2007, 11:04 AM
  a1deano's Avatar 
a1deano a1deano is offline
 

X-Adept
  
Join Date: Oct 2004
Posts: 745
 

Default Background image works in Firefox but not IE

Hi all need some help with my background image, at the present my live shop is version 4.0.19 i have my own image as a background which remains still as you scroll up and down the page.

Iam in the process of building a new shop using the latest version of xcart 4.1.8, my url for my
new cart that iam building is - http://www.gezawear.com/testcart

For some strange reason the background image remains still in Firefox as i want it to, but when i checked in IE 6 the image scrolls with the page which i don't want it to.

In version 4.1.8 i edited the same templet as i did in version 4.0.19
Quote:
CSS file (skin1.css)

In CSS file (skin1.css) the orginal code was this
Quote:
}
HTML,BODY {
BACKGROUND-COLOR: #FFFFFF;
MARGIN: 0px;
PADDING: 0px;
}

I then changed the code to this as i did in version 4.0.19
Quote:
}
HTML,BODY {
background-image: url("https://www.gezawear.com/testcart/backgrounds/man7.jpg");
background-repeat: no-repeat;
background-attachment: fixed;
MARGIN: 0px;
PADDING: 0px;
}
But for some reason it only works in firefox in the new xcart version 4.1.8 but doesn't work in IE. My live shop v4.0.19 http://www.gezawear.com it work perfect both in firefox and IE.
The background is surpose to remain still whilst you scroll up and down a page.

Could any please advise or help with this, many thanks for your time.

Dean
__________________
--------------
V4.6.1
xcartmods - Reboot Template

X-cart - X-PDF

Altered Cart - Checkout one
Reply With Quote