I have my side boxes in the left column with an image.
I am trying to get another image in the background to show through the sideboxes, only repeating down the page one on top of the other.
I have tried all sorts and have this in css at the moment, which is not working:
andHTML Code:#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper { margin: auto; } #navColumnOneWrapper, #navColumnTwoWrapper { margin-left: 0.5em; margin-right: 0.5em; } #navColumnOneWrapper { background-image: url(../images/silverstars.PNG); background-repeat: repeat-x; background-color: transparent; }
Any one know what I'm doing wrong?HTML Code:.leftBoxHeading, .centerBoxHeading, .rightBoxHeading { margin: 0em; background-color: transparent; background-image: url(../images/sidebox.png); padding: 0.0em 0.0em; } .leftBoxContainer, .rightBoxContainer { margin: 0em; border: 0px solid #518240; margin-top: 1.5em; } .sideBoxContent { background-color: transparent; padding-top: 0.5em; padding-left: 3.5em; background-image: url(../images/sidebox.png); }![]()



