View Single Post
  #3  
Old 07-17-2007, 12:21 PM
 
hhiker hhiker is offline
 

eXpert
  
Join Date: May 2007
Posts: 231
 

Default Re: What am I doing wrong in my code & CSS???

Well, I just figured out a work around. I am not sure about doing it this way but it is the only way that is working today.

I edited this segment of the top_menu.tpl file to include the class without quotes around the class name and it works. So I am leaving it for now.

Quote:
{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>
{/if}
{/section}
__________________
-
-
Versions: 4.1.10 and 4.3.0 (see post for which cart)

"Until man duplicates a blade of grass, nature can laugh at his so-called scientific knowledge." - Thomas Edison

"Never doubt that a small group of thoughtful, committed citizens can change the world; indeed, it is the only thing that ever has." - Margaret Mead (1901-197 quoted in John M. RIchardson, ed. Making it Happen, 1982

"Water is the best of all things." - Pindar (c. 522 BC - c. 438 BC), Olympian Odes
Reply With Quote