View Single Post
  #27  
Old 01-19-2009, 05:09 PM
 
pfarcus pfarcus is offline
 

Senior Member
  
Join Date: Jan 2009
Posts: 179
 

Default Re: Moving Search and Speedbar

Hi,

I've almost got it, for those interested in a speed bar on the right under the orange bar here it is so far. I put this after the very end code in customer/search.tpl. But theres a problem: (see pic)


<tr>
<td valign="top" align="right">
<table 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`\">`$speed_bar[sb].title`</a>"}</td>
<td width="1"><img src="{$ImagesDir}/spacer.gif" class="Spc" alt="" /></td>
{/if}
{/section}
</tr>

How do I get rid of that extra orange and maybe even put that thin red line back under the orange bar?

Huge thanks to everyones help getting me this far!
Attached Thumbnails
Click image for larger version

Name:	speed bar orange.jpg
Views:	238
Size:	30.5 KB
ID:	1331  
__________________
CDSEO PRO
4.1.11 PRO
Dynamic images by xcartmod.com
X-Cart CSSTemplate/Skin for v4.1.11 PRO
Reply With Quote