View Single Post
  #39  
Old 04-27-2009, 06:01 PM
  AusNetIT's Avatar 
AusNetIT AusNetIT is offline
 

Senior Member
  
Join Date: Apr 2009
Posts: 152
 

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

Quote:
Originally Posted by Ashley
Ok so the code you want to edit is

<div class="prod_box">

you want to change this to

<div class="prod_box" onmouseover="this.className='prod_box_over'" onmouseout="this.className='prod_box'">

Now add borders to .prod_box

then add the class .prod_box_over and add background colors and boders to this class


Hi

Sorry where i can find this code to edit? Steps pls.

Asela
__________________
Melbourne website design | SEO in Melbourne

Installed Ver 4.6.0
Reply With Quote