New Zenner
- Join Date:
- Aug 2007
- Posts:
- 41
- Plugin Contributions:
- 0
Need help to replace the sidebox header background with multi-images
.../MyTemplateName/common/tpl_box_default_left.php
The following Code added:
.../MyTemplateName/css/stylesheet.css
the following code added:
.leftBoxHeaderLeft{
background-image: url(../images/boxHeaderLeft.gif);
background-repeat: no-repeat;
background-position: top right;
height: 24px;
width: 16px;
}
.leftBoxHeaderMid{
background-image: url(../images/boxHeaderRight.gif);
background-repeat: repeat-x;
height: 24px;
}
I made my files images upgraded.
But I found the 2 images(boxHeaderLeft,boxHeaderRight) for the sidebox header are in two rows.
I want the background of the sidebox header compose of multi-images and in the same row.
What exactly did i do wrong?
PS: I'm a newbie to ZenCart and aslo to PHP.
Hope someone give more detail or directs for how to finish that.
Thanks!