WolfKC
09-01-2003, 05:23 PM
I know I could actually swap the images and get the flicker to stop. What I'm wondering is WHY this flickers and if there's some relativly easy way to stop the flicker without making new images.
Here's the site: Images flicker on mouse over (http://www.chipman.org/starhoax/phil_who.htm)
I'm just using a little inline code like this:
<div id="DIVP1" style="position:absolute; left:109px; top:50px; z-index=2; width:115px; height: 227px;" onMouseOver="DIVP1.style.visibility= 'hidden'" onMouseout="DIVP1.style.visibility='visible'"> <img src="Phil_who2.jpg" name='P1' width="115" height="227" border="0" id='P1' galleryimg='no'> </div>
I've tried breaking out into funcitons, but that does the same thing :(
It seems like it's calling onmouseover and onmouseout on every other pixel or minium mouse movement.
Here's the site: Images flicker on mouse over (http://www.chipman.org/starhoax/phil_who.htm)
I'm just using a little inline code like this:
<div id="DIVP1" style="position:absolute; left:109px; top:50px; z-index=2; width:115px; height: 227px;" onMouseOver="DIVP1.style.visibility= 'hidden'" onMouseout="DIVP1.style.visibility='visible'"> <img src="Phil_who2.jpg" name='P1' width="115" height="227" border="0" id='P1' galleryimg='no'> </div>
I've tried breaking out into funcitons, but that does the same thing :(
It seems like it's calling onmouseover and onmouseout on every other pixel or minium mouse movement.