X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Product Rollover Effect? (https://forum.x-cart.com/showthread.php?t=17382)

sohaibkhan 12-06-2006 08:18 PM

Re: Product Rollover Effect?
 
i add your mouseover lines after plist cell but nothing happend

sohaibkhan 12-06-2006 08:22 PM

Re: Product Rollover Effect?
 
never mind it worked it should be like this

<td width="{$width}%" class="PListCell"onmouseover="style.backgroundColo r='#84DFC1';"onmouseout="style.backgroundColor='#8 4C1DF'">

neaisha 12-06-2006 08:25 PM

Re: Product Rollover Effect?
 
weird...mine works like this. either way, both are working :-)

<td width="{$width}%" class="PListCell" onmouseover="style.backgroundColo r='#84DFC1';"onmouseout="style.backgroundColor='#8 4C1DF'">

monocat 06-07-2008 02:09 PM

Re: Product Rollover Effect?
 
I know this link is old, but here's a simple way.

In the skin1.css, under .PListCell add

TD.PListCell:hover {
background-color: #000;
}

That's it.


All times are GMT -8. The time now is 02:55 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.