View Single Post
  #24  
Old 11-09-2007, 09:13 PM
 
MoonDog MoonDog is offline
 

Advanced Member
  
Join Date: Aug 2007
Posts: 93
 

Default Re: Menu with Tabs for Product page

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 -
__________________
X-CART Gold v4.1.8
Reply With Quote