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)
-   -   inserting code to input image background (https://forum.x-cart.com/showthread.php?t=40874)

gennarof 08-09-2008 07:35 PM

Re: inserting code to input image background
 
Here it is.. What on earth causes this to happen.. see these images One for logo the other for background header and compare to rendering on site at www.desertvalleyelectronics.com

appreciate the help.

http://www.desertvalleyelectronics.com/Public/logo.gif
LOGO ABOVE

BACK GROUND HEADER IMAGE BELOW.

http://www.desertvalleyelectronics.com/Public/HomePageHeader.gif

ARW VISIONS 08-09-2008 07:59 PM

Re: inserting code to input image background
 
Could you post the CSS code and also your head.tpl code... don;t post the whole CSS file just the part you used ofr the head. You can move on to other thing, I'll help you get this fixed.

ARW VISIONS 08-09-2008 08:02 PM

Re: inserting code to input image background
 
ok try this...

#headBG{
BACKGROUND: url(images/HomePageHeader.gif) no-repeat right center;
}
instead of

#headBG{
BACKGROUND: url(images/HomePageHeader.gif); no-repeat right center;
}

take out the ;

gennarof 08-10-2008 06:56 AM

Re: inserting code to input image background
 
Ashley.. Genius.. That did it... eternal gratitude.. I have just a small blank space between the logo and the background image but I will change the width of mange to carrect..

Thank you again..

ARW VISIONS 08-10-2008 07:16 AM

Re: inserting code to input image background
 
My pleasure. glad I could help. God know people here have helped me a ton. :) Just paying it forward.


All times are GMT -8. The time now is 05:18 AM.

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