View Single Post
  #3  
Old 05-25-2010, 02:52 PM
  gb2world's Avatar 
gb2world gb2world is offline
 

X-Wizard
  
Join Date: May 2006
Location: Austin, TX
Posts: 1,970
 

Default Re: images disappaer in IE7

If you look at it with IE developer - the product images appear to get repositioned outside the product table when you do the mouseover. IE has a concept called "Has Layout", and sometimes strange things happen to elements it sees as not having a defined layout. You can see what IE thinks does not have layout in the IE developer.
The following works in IE developer - maybe it will work in reality too - you can try and give the table a defined position:
.products {position relative}
__________________
X-CART (4.1.9,12/4.2.2-3/4.3.1-2/4.4.1-5)-Gold
(CDSEO, Altered-Cart On Sale, BCSE Preorder Backorder, QuickOrder, X-Payments, BCSE DPM Module)
Reply With Quote