I am revitalizing a dull website and seeking feedback on my template design here: Check out the ideal look It's quite lovely!
However, as I attempt to incorporate my background, menu, and footer elements, I seem to be experiencing issues with my container image disappearing.
/* structure */
.container {
background: url(/img/bgcontainer.gif) repeat-y;
margin: 0 auto;
width: 702px;
position:relative;
}
I tried removing position:relative; but that didn't solve the problem. It's important to note that I am reliant on a web content manager due to limited access, resulting in my CSS sheet being placed oddly on the page. Here is how the current page appears without the bgcontainer.gif: View the current page
Your assistance is greatly appreciated. Thank you