ballerz4life
Junior Member
- Jun 26, 2008
- 101
- 43
Hello,
I am using Interspire shopping cart and I am having 1 problem redesigning the site. With most pictures that I want to replace all I have to do is find out the name of the picture and name the new picture the same thing and whoola...picture gets replaced and I am happy.
Now I am trying to replace the black box on the left hand side of all the pages with a picture that is the same the size. The problem is...it looks like the code is calling for a picture here SideBg.gif, but really it is not. I have deleted the picture and the box still shows up. It appears that the code is just making a black box there instead, now I can change the size of the box but I need to replace it with a picture.
Here is the code:
Again, I need to replace the SideBg.gif with my own picture, can someone please help me with this.
Thanks
I am using Interspire shopping cart and I am having 1 problem redesigning the site. With most pictures that I want to replace all I have to do is find out the name of the picture and name the new picture the same thing and whoola...picture gets replaced and I am happy.
Now I am trying to replace the black box on the left hand side of all the pages with a picture that is the same the size. The problem is...it looks like the code is calling for a picture here SideBg.gif, but really it is not. I have deleted the picture and the box still shows up. It appears that the code is just making a black box there instead, now I can change the size of the box but I need to replace it with a picture.
Here is the code:
Code:
/* Left Content Area */
.Left {
background: url(../images/black/SideBg.gif) 0 0 no-repeat;
}
.Left {
float: left;
min-height: 500px;
width: 184px;
font-size: 0.85em;
margin-right: 15px;
}
.Left h2 {
font-size: 1.5em;
font-weight: normal;
margin: 10px 5px 5px 10px;
}
.Left ul {
margin: 0;
padding: 0;
}
.Left li {
clear: both;
list-style: none;
margin: 0;
padding: 3px 0;
}
.Left .BlockContent {
margin: 0 10px 0 10px;
}
.Left li {
}
.Left li a {
text-decoration: none;
}
.Left li a:hover {
text-decoration: underline;
}
.Left #SideCategoryList li{
padding: 3px 0 0 0;
}
.Left #SideCategoryList li ul {
padding-left: 15px;
}
Again, I need to replace the SideBg.gif with my own picture, can someone please help me with this.
Thanks