![]() |
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. |
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 |
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} |
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.