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 speed bar hover color (https://forum.x-cart.com/showthread.php?t=38877)

toolexperts 04-07-2008 05:27 AM

changing speed bar hover color
 
Does anyone know what css controls this?

Yurij 04-07-2008 05:37 AM

Re: changing speed bar hover color
 
Quote:

Originally Posted by toolexperts
Does anyone know what css controls this?


Responsible this CSS code by default.
PHP Code:

/*
    Tab mechanism
*/
.Tab {
    
BACKGROUND-COLOR#FFD44C;
    
FONT-WEIGHTbold;
    
TEXT-TRANSFORMuppercase;
    
WIDTH85px;
    
HEIGHT30px;
    
TEXT-ALIGNcenter;
}
.
TabTop {
    
HEIGHT5px;
    
BACKGROUND-COLOR#FFD44C;
}
TD.TabLeftSide {
    
WIDTH9px;
    
BACKGROUND-IMAGEurl(images/tab_l.gif);
}
TD.TabRightSide {
    
WIDTH9px;
    
BACKGROUND-IMAGEurl(images/tab_r.gif);
}
TD.TabLeftCorner {
    
WIDTH9px;
    
HEIGHT9px;
    
BACKGROUND-IMAGEurl(images/tab_c1.gif);
}
TD.TabRightCorner {
    
WIDTH9px;
    
HEIGHT9px;
    
BACKGROUND-IMAGEurl(images/tab_c2.gif);
}
TD.TabCenter {
    
HEIGHT9px;
    
BACKGROUND-IMAGEurl(images/tab_b.gif);
}
IMG.TabCorner {
    
WIDTH9px;
    
HEIGHT9px;
}
IMG.TabSide {
    
WIDTH9px;
    
HEIGHT1px;



and this tempalte: "skin1/customer/top_menu.tpl" and "skin1/customer/tab.tpl"

toolexperts 04-07-2008 06:02 AM

Re: changing speed bar hover color
 
hmmm....i tried all of those but I want to make the hover over stay black.....i can't seem to find it

Yurij 04-07-2008 06:20 AM

Re: changing speed bar hover color
 
Quote:

Originally Posted by toolexperts
hmmm....i tried all of those but I want to make the hover over stay black.....i can't seem to find it

You have the standard X-Cart Skin or ...?

toolexperts 04-07-2008 06:20 AM

Re: changing speed bar hover color
 
7dana ferrari

Yurij 04-07-2008 06:37 AM

Re: changing speed bar hover color
 
I do not have this X-Cart Skin.

I do not know what changes they could make.
Show site, it can help!

toolexperts 04-07-2008 06:44 AM

Re: changing speed bar hover color
 
http://216.75.30.97

Yurij 04-07-2008 06:55 AM

Re: changing speed bar hover color
 
Change images:
/skin1/images/toptab_bg.gif
/skin1/images/toptab_bg_hover.gif


PHP Code:

/*
    Tab mechanism
*/
.Tab padding-bottom3pxpadding-top3pxcolor#fff; font-size: 10px; text-transform: uppercase; }
.Tab a border-left1px solid #000; padding: 3px 8px 3px 8px; background: url('images/toptab_bg.gif') repeat-x bottom; color: #fff; text-decoration: none; }
.Tab a:hover padding-bottom3pxpadding-top3pxbackgroundurl('images/toptab_bg_hover.gif'repeat-x bottomcolor#fff; text-decoration: none; 


PS. The decision to use " " - not very beautiful in top menu.

toolexperts 04-07-2008 07:53 AM

Re: changing speed bar hover color
 
that fixed it! Thanks Yurij!

Zaja 04-07-2008 05:42 PM

Re: changing speed bar hover color
 
Quote:

Originally Posted by toolexperts
hmmm....i tried all of those but I want to make the hover over stay black.....i can't seem to find it


Remove the background property; background: url('images/toptab_bg_hover.gif') repeat-x bottom; from .Tab a:hover class.


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

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