View Single Post
  #1  
Old 03-20-2008, 09:35 PM
  ScrapProfessor's Avatar 
ScrapProfessor ScrapProfessor is offline
 

Advanced Member
  
Join Date: Mar 2008
Posts: 90
 

Default Links look funky... take a peek, please.

Hi all!

I'm having a weird thing happen to the links in the 'location' navigational system. If you look at the following page on my website, and put your mouse over the 'location' area you'll see what the links do. It's weird. I don't know why it's doing it but I don't like it. Can anyone tell me how to fix it?

http://www.scrapprofessor.com/store/product.php?productid=1001&cat=0&page=1

When I run in 'webmaster mode' I can see that the template for this is the location.tpl.

Here is the code that's in my "location.tpl" file. Is something wrong with it? I've restored to the original version and the problem is still there.

Code:
{* $Id: location.tpl,v 1.14.2.2 2007/06/18 11:42:03 max Exp $ *} {if $location} <font class="NavigationPath"> {strip} {section name=position loop=$location} {if $location[position].1 ne "" }<a href="{$location[position].1|amp}" class="NavigationPath">{/if} {$location[position].0} {if $location[position].1 ne "" }</a>{/if} {if not %position.last%}&nbsp;::&nbsp;{/if} {/section} {/strip} </font> <br /><br /> {/if}
__________________
Joli Kirk,
"Life is not measured by the number of breaths we take, but by the number of moments that take our breath away"

X-Cart PRO 4.3.1 | Linux | PHP 5 | MySQL 5


AlteredCart.com - Download Expander; Product Page Downloads
BCSEngineering.com - On Sale Products; Newest Added Products
Reply With Quote