Hi all,
i know this is a simple thing to do but for the life of me i cant get it right. I want to put a bcakgound image behind the product images on my website.
I know its done in the stylesheet but cant quite get it right.
Many thanks
Paul
Hi all,
i know this is a simple thing to do but for the life of me i cant get it right. I want to put a bcakgound image behind the product images on my website.
I know its done in the stylesheet but cant quite get it right.
Many thanks
Paul
Post a link to your your page.
[FONT=Microsoft Sans Serif]CSS Evangelist[/FONT]
hi, the pages id like the background images on are
http://www.funkyfancydress.com/index...=index&cPath=2
and
http://www.funkyfancydress.com/index...index&cPath=11
Many thanks
Paul
Dont suppose anyone has asy ideas about this?
Regards
Paul
Add the background image to the following classes in your css stylesheet .productListing-odd {background-image:
url('example.jpg')} and .productListing-even {background-image:
url('example.jpg')} that should work!
First you will need to upload the image you wish to use to catalog\includes\templates\yourtemplate\images
css
.categoryListBoxContents {
background-image: url(../images/yourimage)
}
That will accomplish the second one.
The index page will be harder as you can't isolate the first column. As these images are full width you won't be able to see behind them anyway?
Brilliant,
thanks guys! ill give this a try later.
Paul