Thanks for the find SystemSkins
From post#8 edit the following line:
Code:
<td>{if $product.fulldescr ne ""}{$product.descr}<br><br><a href="#mytabber" onClick="javascript:tabShow(3)">See full description...</a></td>{else}{$product.descr}{/if}</td>
and remove the </td> tag before the {else} statement. It's not needed.
The edited code should now look like this:
Code:
<td>{if $product.fulldescr ne ""}{$product.descr}<br><br><a href="#mytabber" onClick="javascript:tabShow(3)">See full description...</a>{else}{$product.descr}{/if}</td>
This code only affected the product description layout of some browsers, and not the tab menu itself.
Post #8 has been edited to reflect this change.
- MoonDog -