View Single Post
  #1  
Old 05-25-2010, 12:22 PM
  ARW VISIONS's Avatar 
ARW VISIONS ARW VISIONS is offline
 

X-Man
  
Join Date: Jan 2007
Location: Pensacola, FL
Posts: 2,536
 

Default images disappaer in IE7

please view http://www.gemaffair.com/category/1394115841/1/Topaz-Pendant.htm in ie7

Ummmm.... hover over subcat images and prod images disappear.

subcat code.
Code:
<div class="subcategoriesbrace" onmouseover="this.className='subcategoriesoverbrace'" onmouseout="this.className='subcategoriesbrace'">

If I take out onmouseover="this.className='subcategoriesoverbrac e'" onmouseout="this.className='subcategoriesbrace'" works fine

if I take the position:relative; out of the prod image CSS it works.
__________________
xcart 5.1.2
Reply With Quote