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)
-   -   Insert headBG.gif into head any help please (https://forum.x-cart.com/showthread.php?t=55210)

a1deano 08-23-2010 07:56 AM

Insert headBG.gif into head any help please
 
Hi could anyone please tell me the code and were to place so i can insert headBG.gif in the header.
Currently it is white same as the whole page but iam trying to insert headBG.gif but i don't know how to do it in v4.4 or exactly were to put the code

Any help would be apprciated thank

a1deano 09-05-2010 03:47 AM

Re: Insert headBG.gif into head any help please
 
Ive managed to insert the grey background into the head if anyone else is looking for it main.css

#header .line1 {
background:transparent url(../images/headBG.gif) repeat-x scroll center top;
no-repeat scroll right top;
position: relative;
height: 83px;
direction: ltr;
}

What i can't seem to do is but my picture gif on the right hand side of the head any help would be greatful.
Ive attached a photo of my current site which is v4.1.9 so i can't even copy the code from there..

cflsystems 09-05-2010 07:07 AM

Re: Insert headBG.gif into head any help please
 
You can't have 2 backgrounds for an element. Either incorporate the second image into the first one so you end up with one image or assign that second image as a background to another element that goes on top of the first one. So looking at the stype you posted - assign headBG.gif to #header instead of #header .line1 and then assign the second image as a background to #header .line1

a1deano 09-05-2010 09:57 AM

Re: Insert headBG.gif into head any help please
 
Hi Steve

Many thanks yet again mate i was going to considor joining the 2 images as 1 to make life easier for me, but followed what you said and worked a treat.

Many thanks again


All times are GMT -8. The time now is 06:00 PM.

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