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)
-   -   Changing colors to background images.... (https://forum.x-cart.com/showthread.php?t=45328)

gotpump 02-03-2009 04:25 PM

Changing colors to background images....
 
What I'm trying to test is changing this code

Code:

.VertMenuRightColumn {
border:1px solid #FFFFFF;
BACKGROUND-COLOR: #9900CC;
VERTICAL-ALIGN: top;
PADDING-LEFT: 7px;
PADDING-TOP: 7px;
PADDING-BOTTOM: 7px;
PADDING-RIGHT: 7px;
}


Is there a way to make the background color 9900cc; into an image? This is what I tried.

Code:

.VertMenuRightColumn {
border:1px solid #FFFFFF;
BACKGROUND-IMAGE: url(images/purplebackground.jpg);
VERTICAL-ALIGN: top;
PADDING-LEFT: 7px;
PADDING-TOP: 7px;
PADDING-BOTTOM: 7px;
PADDING-RIGHT: 7px;
}


Am I doing something wrong? Fairly rookie at css still. Also does the background image need to be a specific size? Any help would be great thanks

Also tried...

Code:

.VertMenuRightColumn {
border:1px solid #FFFFFF;
BACKGROUND-IMAGE: url(images/purplebackground.jpg);
BACKGROUND-REPEAT: repeat-x;
VERTICAL-ALIGN: top;
PADDING-LEFT: 7px;
PADDING-TOP: 7px;
PADDING-BOTTOM: 7px;
PADDING-RIGHT: 7px;
}


balinor 02-03-2009 04:30 PM

Re: Changing colors to background images....
 
Did you upload the image into skin1/images?

gotpump 02-03-2009 05:52 PM

Re: Changing colors to background images....
 
ugh i had it in the wrong folder. Thanks again


All times are GMT -8. The time now is 06:04 AM.

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