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)
-   -   modifying menu trouble with image (https://forum.x-cart.com/showthread.php?t=17541)

pauldodman 10-27-2005 09:24 AM

You would need to do something like this:

Replace:
<TD class="VertMenuTitle">[img]skin1/images/blueboarderbg2.gif[/img]

with:

<TD class="VertMenuTitle" background="{$ImagesDir}/blueboarderbg2.gif">

mmoskva 10-27-2005 09:52 AM

that works great but the image is repeating in the menu; how do you get the image to not repeat?

mmoskva 10-27-2005 11:35 AM

does anyone know the code you enter in a TPL flie to fix a background image?

mmoskva 10-28-2005 06:40 AM

Need some help;
I am working with the menu TPL file and I wanna put a backgruond image in a header menu but the image is overlaping;how do you set the background image to FIXED?

balinor 10-28-2005 06:47 AM

You need to use CSS for the background image, it works better than calling a background image in html.

mmoskva 10-28-2005 06:52 AM

If i wanted to try it with html what would I code of a fixed background image?

balinor 10-28-2005 06:55 AM

You can't, which is why you need to use CSS :)

mmoskva 10-28-2005 07:11 AM

thanks


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

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