Zen Follower
- Join Date:
- Oct 2006
- Location:
- At Home
- Posts:
- 357
- Plugin Contributions:
- 0
LeftSidebox BG vs RightSideboxBG
Im having problem changing my leftsidebox background image.. actually for the categories box only..i found my css for sideboxes like these:
for left
.leftBoxContainer {
border: 0px solid #ffffff;
margin-top: 0em;
}
for right
.rightBoxContent {
background-color: #ffffff;
margin-bottom: 1em;
}
for both
.sideBoxContent {
background-color: #ffffff;
padding: 0.4em;
}
when i insert this code background-image: url("../images/pic_gif"); into the .sideBoxContent, both sideboxes background changed.
but if i insert it into .leftBoxContainer or .rightBoxContent, nothings change..why is that.??:huh:
need help..