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)
-   -   images disappaer in IE7 (https://forum.x-cart.com/showthread.php?t=53899)

ARW VISIONS 05-25-2010 12:22 PM

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.

cflsystems 05-25-2010 01:49 PM

Re: images disappaer in IE7
 
Maybe you could write to Bill Gates? :)

I've seen this few times, I think it was related to positioning; in IE you have to specify positioning for the parent element as well otherwise there are issues sometimes

gb2world 05-25-2010 02:52 PM

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}

ARW VISIONS 05-25-2010 04:01 PM

Re: images disappaer in IE7
 
lol... that seems to ahve worked. I swear I tried that already... eeerrrrrrrr! :oops:

thanks, Ash


All times are GMT -8. The time now is 04:31 AM.

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