X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Background Help? (https://forum.x-cart.com/showthread.php?t=44485)

hwayneb 12-29-2008 10:28 AM

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

iWD 01-14-2009 10:30 AM

Re: Background Help?
 
I have mine set at:

TABLE.Container {

HEIGHT: 100%;

BACKGROUND-COLOR: #FFFFFF;
}

It works for me? Maybe you need to add the "HEIGHT: 100%;" or need the all caps?

Hope that helps!

ARW VISIONS 01-14-2009 11:02 AM

Re: Background Help?
 
the all caps does not matter. should actually be lower-case, but works either way.

try adding the 100%


All times are GMT -8. The time now is 07:49 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.