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)
-   -   Mouseover Product CSS problem (https://forum.x-cart.com/showthread.php?t=47047)

alec.thomas 04-20-2009 09:18 AM

Mouseover Product CSS problem
 
I've recently added some simple css to change the background color when you mouse over an item in the product list. Very simple I thought, and it looks fine in firefox, but in I.E. it has an annoying flash when you mouseover different parts of it.

I'm thinking this is because of where I.E. is rendering tags, when I mouse over them.

If you want to see an example mouseover a featured product on the home page here

and here's the code i've added to main.css

Code:


div.item:hover {
background-color: #F0F0F0;
}


Christofer 04-20-2009 08:02 PM

Re: Mouseover Product CSS problem
 
i don;t know about that you said, but i have another tip for your site. You putted the printable version on the same div of breadcrumb, but you didn't done it correctly, so when the "Printale version" appears, your breadcrumb becomes un-linkable. I have made a question about that post, and i got the correct code about that, so if you search my posts, you'll find the solution


All times are GMT -8. The time now is 06:51 PM.

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