
Originally Posted by
athena
I need help so I can get this up and running. Have solved some concerns but still need to know:
The thick gray line that moves behind the center box along with the diagonal lines-image. I have changed the colors of content_bg and content_bg and if these are the images producing that line, it has not changed from gray.
1. How do I get rid of it if I can't change it...do I want to get rid of it? Does it hold a future menu?
2. I've looked with WinMerge at the css and can not see why my side boxes are now transparent instead of the default light gray. The diagonal image shows through the text.
Any help very much appreciated. You can see it here
http://www.thethreadedneedle.com/shop/
Your site is blank right now.
1. I can't really tell without seeing the site, if you are referring to the grey outside of the drop down menu's, that color is defined in #dropMenuWrapper in the stylesheet.css.
2. That gray is controlled by an image, that image is:
includes/templates/apple_zen/images/content_bg.gif
Make sure it is uploaded correctly, and that your stylesheet has this:
Code:
#centerColumnWrapper2 {
background:url(../images/content_bg.gif) repeat-y 80% 0;
}
One your site is back up, I can answer the rest of your questions.