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)
-   -   Double Image in help vert menu (https://forum.x-cart.com/showthread.php?t=10542)

amy2203 11-23-2004 08:17 AM

Double Image in help vert menu
 
I've searched thr forum but can't find the solution to this.

For some reason (maybe I've messed up a tpl somewhere) My help Vertical menu box has the normal background image, but it then repeats behind the text:

http://www.effusiondesign.co.uk/help.jpg

It's difficult to see, but it's there,

This also happens in another menu box, but I created the other one from the help templates so I am assuming that I have copied the same mistake into those files as well.

I think the problem is here somewhere:

Code:

<TD class=VertMenuTitle>[img]http://www.willowtreecrafts.co.uk/skin1/images/dingbats_help.gif[/img]
<font class=VertMenuTitle>Help</font>
</TR>


but I can't work out where. The font class on the other vert menus is VertMenuBoxNewsTitle but when I change this it still doesn't match the others.

Anyone know what I've done?

(you can also see the problem here: http://www.willowtreecrafts.co.uk/testing/customer/home.php I'm trying to sort out my xmas skin!)

Thanks

Amy[/url]

balinor 11-23-2004 09:02 AM

Hi Amy. Looks like you used the 'background-image' property in the style that controls the title box. You need to add the property 'background-repeat: no-repeat;' to the same style. That should keep it from repeating.

amy2203 11-23-2004 11:47 PM

It's already got a no-repeat:

Code:

.VertMenuTitle {
        BACKGROUND: URL(images/menuback.gif);
        background-repeat: no-repeat;
        BACKGROUND-COLOR: #c3e9c4;
        COLOR: #454402;
        FONT: bold 10px;


It seems to be applying the image to the background of the title, AND the text,

Amy

amy2203 11-24-2004 04:40 AM

OK I think I've narrowed this down a bit, It seems to be related to the fact that the title "Help" is also a link wheras the other titles are not. It seems two styles are being applied,

Still not fixed it yet though!


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

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