View Single Post
  #1  
Old 04-20-2009, 09:18 AM
  alec.thomas's Avatar 
alec.thomas alec.thomas is offline
 

Advanced Member
  
Join Date: Mar 2009
Location: Minnesota, USA
Posts: 78
 

Default 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; }
__________________
X-Cart Gold v4.2.0 [Linux]
Add-On: X-Magnifier
Altered Cart Add-On: One Page Checkout
Reply With Quote