How do you insert an image into a side box?
How do you insert an image into a side box?
.sideBoxContent {
background-image: url(../images/YOUR_IMAGE_FILENAME_HERE);}
This will put your background image in all the side boxes
Mike
AEIIA - Zen Cart Certified & PCI Compliant Hosting
The Zen Cart Forum...Better than a monitor covered with post-it notes!
I don't want it in all side boxes just a certain one i.e. more information box
#moreinformationContent.sideBoxContent {background-image: url(../images/YOUR_IMAGE_FILENAME_HERE);}
Mike
AEIIA - Zen Cart Certified & PCI Compliant Hosting
The Zen Cart Forum...Better than a monitor covered with post-it notes!