View Single Post
  #1  
Old 12-29-2008, 10:28 AM
 
hwayneb hwayneb is offline
 

Advanced Member
  
Join Date: Sep 2006
Posts: 41
 

Default Background Help?

Hello.

I am running 4.1.9 with the Fashion Mosaic Skin.

My first question is what is the difference and and when do you use skin1.css vs skin1_c.css?

Second I want to use a fixed background image but want the center of the site to be a background color of white (as not to see the background image). I am able to get the background image and make it fixed. However, I cannot seem to make the center background color white.

I have tried adding to:

BODY,DIV,TH,TD,P,INPUT,SELECT,TEXTAREA,TT {
FONT-FAMILY: Verdana, Arial, Helvetica, Sans-serif;
COLOR: #83695E;
FONT-SIZE: 10px;
background-color: #FFFFFF;
background: url(images/qoa-bg.jpg);
no-repeat;
background-attachment: fixed
}

AND

TABLE.Container {
background-color: #FFFFFF;
}
TD.Container {
VERTICAL-ALIGN: top;
TEXT-ALIGN: left;
background-color: #FFFFFF;
}


I have added this to both the skin1 and skin1_c CSS files. I would appreciate your assistance. Site: http://www.QuirksOfArt.com

Thank you,
Wayne
__________________
Wayne Browning
http://www.QuirksOfArt.com
x-cart 4.3.1, Mods: CDSEO, Feeds Manager, Vertical Menu, Smart Search, Sitemap
Reply With Quote