Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

changing speed bar hover color

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 04-07-2008, 05:27 AM
 
toolexperts toolexperts is offline
 

eXpert
  
Join Date: Feb 2008
Location: Knoxville, TN
Posts: 289
 

Default changing speed bar hover color

Does anyone know what css controls this?
__________________
Tool Experts
X-Cart DB Version: 4.1.12 GOLD
Reply With Quote
  #2  
Old 04-07-2008, 05:37 AM
  Yurij's Avatar 
Yurij Yurij is offline
Banned
 

X-Adept
  
Join Date: Jan 2008
Posts: 486
 

Default 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"
Reply With Quote
  #3  
Old 04-07-2008, 06:02 AM
 
toolexperts toolexperts is offline
 

eXpert
  
Join Date: Feb 2008
Location: Knoxville, TN
Posts: 289
 

Default 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
__________________
Tool Experts
X-Cart DB Version: 4.1.12 GOLD
Reply With Quote
  #4  
Old 04-07-2008, 06:20 AM
  Yurij's Avatar 
Yurij Yurij is offline
Banned
 

X-Adept
  
Join Date: Jan 2008
Posts: 486
 

Default 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 ...?
Reply With Quote
  #5  
Old 04-07-2008, 06:20 AM
 
toolexperts toolexperts is offline
 

eXpert
  
Join Date: Feb 2008
Location: Knoxville, TN
Posts: 289
 

Default Re: changing speed bar hover color

7dana ferrari
__________________
Tool Experts
X-Cart DB Version: 4.1.12 GOLD
Reply With Quote
  #6  
Old 04-07-2008, 06:37 AM
  Yurij's Avatar 
Yurij Yurij is offline
Banned
 

X-Adept
  
Join Date: Jan 2008
Posts: 486
 

Default 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!
Reply With Quote
  #7  
Old 04-07-2008, 06:44 AM
 
toolexperts toolexperts is offline
 

eXpert
  
Join Date: Feb 2008
Location: Knoxville, TN
Posts: 289
 

Default Re: changing speed bar hover color

http://216.75.30.97
__________________
Tool Experts
X-Cart DB Version: 4.1.12 GOLD
Reply With Quote
  #8  
Old 04-07-2008, 06:55 AM
  Yurij's Avatar 
Yurij Yurij is offline
Banned
 

X-Adept
  
Join Date: Jan 2008
Posts: 486
 

Default 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.
Reply With Quote
  #9  
Old 04-07-2008, 07:53 AM
 
toolexperts toolexperts is offline
 

eXpert
  
Join Date: Feb 2008
Location: Knoxville, TN
Posts: 289
 

Default Re: changing speed bar hover color

that fixed it! Thanks Yurij!
__________________
Tool Experts
X-Cart DB Version: 4.1.12 GOLD
Reply With Quote
  #10  
Old 04-07-2008, 05:42 PM
  Zaja's Avatar 
Zaja Zaja is offline
 

X-Adept
  
Join Date: Mar 2004
Location: The Universe is my home
Posts: 420
 

Default 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.
__________________
_/ _/ _/ _/ _/ _/ _/ _/ _/

7dana.com
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


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

   

 
X-Cart forums © 2001-2020