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