View Single Post
  #14  
Old 01-22-2008, 07:45 AM
 
buddy buddy is offline
 

Advanced Member
  
Join Date: Nov 2007
Posts: 97
 

Default Re: Speed Bar and Text Color Change

Hi,
i'm still working on it!!

I have this css:

.Tab {
/*BACKGROUND-COLOR: #FFFFFF;*//*FFD44C*/
FONT-WEIGHT: bold;
COLOR:#FFFFFF;
TEXT-TRANSFORM: uppercase;
WIDTH: 85px;
HEIGHT: 30px;
TEXT-ALIGN: center;
text-decoration: none;
}

A.Tab:hover,link,visited,active {
COLOR:#FFFFFF;
text-decoration: none;


my tob_menu.tpl is

{if $printable ne ''}
{include file="customer/top_menu_printable.tpl"}
{else}
<table cellpadding="0" cellspacing="0" width="100%" class="Tab">
{if $speed_bar}
<tr>
<td valign="top" align="right"> <table align="left" cellpadding="0" cellspacing="0">
<tr> {section name=sb loop=$speed_bar} {if $speed_bar[sb].active eq "Y"}
<td valign="top">{include file="customer/tab.tpl" tab_title="<a href=\"`$speed_bar[sb].link`\" class=\"Tab\">`$speed_bar[sb].title`</a>"}</td>
<td width="1"><img src="{$ImagesDir}/spacer.gif" class="Spc" alt="" /></td>
{/if} {/section} </tr>
</table></td>
</tr>
{/if}
</table>
{/if}


How is it possible that text on my speed bar is always black? It's white just when i click on it.

Thank you
__________________
Buddy

X-Cart DB Version: 4.4.2 GOLD
Reply With Quote