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)
-   -   Speedbar Colours (https://forum.x-cart.com/showthread.php?t=6817)

alanmccabe 03-23-2004 01:39 AM

Speedbar Colours
 
HI All

Can anyone tell me what file the colours for the speedbar are in


Thanks in advance

shan 03-23-2004 03:10 AM

the background is stored in the css file and the corners are stored as images in skin1/images folder . look for files called tab_

John7 03-24-2004 12:52 PM

um...
 
anyone had any sucess changing the font color on the speed bar with out changing the main <a tag?

shan 03-24-2004 01:22 PM

if you have problems just create a new class for the speed bar links in your css file

josmos23 05-05-2004 08:26 PM

Speedbar images
 
Has anyone tried to use a different image icon in place of the tabs?

thundernugs 05-11-2004 12:41 PM

i just re-did my tab.tpl file with one row to include a bg image - speed_tab is my own bg image i upoaded to imagesdir, the spacers keep the tabs separated.

Code:

{* tab.tpl *}
<table border=0 cellpadding=0 cellspacing=0>
<tr>
<td height="29" width="101" class=SpeedBar align=center background="{$ImagesDir}/speed_tab.png">[img]{$ImagesDir}/spacer.gif[/img]{$tab_title}[img]{$ImagesDir}/spacer.gif[/img]
</td>
</tr>
</table>


i'm still having issues getting complete control over the speed tab font using css.

is the key to create new classes in css like this?

.SpeedBar:link {
COLOR: #081589; TEXT-DECORATION: none;
}
.SpeedBar:visited {
COLOR: #081589; TEXT-DECORATION: none;
}
.SpeedBar:hover {
COLOR: #FF0000; TEXT-DECORATION: underline;
}
.SpeedBar:active {
COLOR: #000000; TEXT-DECORATION: none;

i can change the speedbar font by modifying the <a> class, but that changes everything - anyone having luck here? :?:

thanks!


All times are GMT -8. The time now is 03:32 PM.

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