View Single Post
  #3  
Old 02-05-2005, 10:11 AM
 
Loony2nz Loony2nz is offline
 

Member
  
Join Date: Nov 2004
Posts: 20
 

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

Quote:
Originally Posted by anandat
I just visited site http://www.7dana.com/xcart/home.php?skin=7_orange

Can any one tell me how to give mouse over effect & border to featured products & category colum also ?

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'">

The "bgcolor" attribute and the onMouseOut color attribute should match.

And as Padraic says above, it would look better if my thumbnails had a transparent background. Now I have some graphic editing to do...sigh.

Try it and let me know how it works for you.
Oh..this was done on X-Cart 4.0.5
__________________
www.TheFrugalDiver.com
Where Diving Won\'t Cost A Lung
------------------------
X-Cart Version 4.0.5
Reply With Quote