View Single Post
  #6  
Old 05-11-2004, 12:41 PM
  thundernugs's Avatar 
thundernugs thundernugs is offline
 

Senior Member
  
Join Date: May 2003
Location: Bend, OR
Posts: 117
 

Default

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!
Reply With Quote