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%} :: {/if}
{/section}
{/strip}
</font>
<br /><br />
{/if}