View Single Post
  #6  
Old 02-05-2005, 09:14 PM
 
anandat anandat is offline
 

X-Adept
  
Join Date: Jan 2004
Posts: 914
 

Default Re: How to give border & mouse over effect to feature pr

Quote:
Originally Posted by Loony2nz
I have successfully done this with my site. (Pretty good little tweak to help featured products sell....i hope hehe)

Anyway, in /customers/main/products_t.tpl

find this:
<TD align="center" valign="top" width="{$width}%" class="DialogBox">

replace with:
<TD bgcolor="#FFFFCC" align="center" valign="top" width="{$width}%" nMouseOver="this.bgColor='#D4F0FE'" onMouseOut="this.bgColor='#FFFFCC'">
Thanks loony2nz it's work like a charm
Just you miss O in the code "nMouseOver="this.bgColor='#D4F0FE'" while pasteing.
The working code will be:
Code:
<TD bgcolor="#FFFFCC" align="center" valign="top" width="{$width}%" onMouseOver="this.bgColor='#D4F0FE'" onMouseOut="this.bgColor='#FFFFCC'">

Is there any way we can give border to the featured products TD like at http://www.7dana.com/xcart/home.php?skin=7_orange
This will look really good & more professional.
__________________
X-Cart: 4.7.7 LIVE
Skin:Ultra by xcartmods.co.uk
X-cart Modules: | ACR, Rich Google Search, Customer Testimonials | Cloud Search, | Websitecm: CDSEO (2.1.9)
---------------
Server: Linux
php: 5.3
mysql: 5.0.89
----------------
Reply With Quote