Hi there,
Iam having a few CSS isuues, i cannot get 3 background images to display in ie and also to display right in firefox.
The idea of the 3 backgrounds is that they make one image which is a roman column, but having issues -
BODY {
background-image:url(images/bg_01.png), url(images/bg_02.png), url(images/bg_03.png);
background-repeat: no-repeat, repeat-y , no-repeat;
background-position: top, center center , bottom;
background-color: #f2e9cf;
color: #646464;
margin: 0px;
font-family:Tahoma;
font-size:11px;
Url - http://itstudiodesigns.co.uk/cartdemo2/
Can anyone help please, using zencart 1.3.8a, thanks Che



