View Single Post
  #17  
Old 05-02-2005, 10:55 AM
 
WPOO WPOO is offline
 

Advanced Member
  
Join Date: May 2004
Location: Delft - Netherlands -
Posts: 31
 

Default Thanks for the reply but where can i do this.

Here is my example.

http://www.shop4u.nl/home.php?cat=24

I need them to change color when i go over them. Here is part of the code aswel

Code:
{section name=product loop=$products} {assign var="discount" value=0}<table style="border-bottom:solid #999999 1.0pt" width="96%" border="0" cellspacing="0" cellpadding="0" align="center"> <tr bgcolor="{cycle values="#FFFFFF,#F3F3F3"}"> <td width="2%"></td> <td width="15%"> <div align="left"> <FONT class="SmallListMenu">{$products[product].productcode}</FONT></div> </td> <td width="40%"> <div align="left"> {* {if $active_modules.Special_Offers ne "" and $products[product].have_offers} {include file="modules/Special_Offers/customer/product_offer_thumb.tpl" product=$products[product]} {$lng.lbl_see_details} {else} <A href="product.php?productid={$products[product].productid}&cat={$cat}&page={$navigation_page}{if $featured eq 'Y'}&featured{/if}">{include file="product_thumbnail.tpl" productid=$products[product].productid image_x=$config.Appearance.thumbnail_width product=$products[product].product tmbn_url=$products[product].tmbn_url} {$lng.lbl_see_details}</A> {/if}

Thanks WP
__________________
X-Cart Gold 4.13
X-Configurator
X-ROM
Easy Checkout
Reply With Quote