This question was asked in comp.lang.javas cript with no result.
In IE5.x and IE6, I want to display an image when the user rolls over a
text link. The image does indeed display, but only on the first
rollover. It seems that the image height and width become set to zero
after the image is displayed once; or perhaps that the
height:expressi on(eval(...)); code is executed only once for each page
load/reload.
problem demo:
Can some kind soul tell what I need to do to get the image to show up?
Thanks!
-- fredo
In IE5.x and IE6, I want to display an image when the user rolls over a
text link. The image does indeed display, but only on the first
rollover. It seems that the image height and width become set to zero
after the image is displayed once; or perhaps that the
height:expressi on(eval(...)); code is executed only once for each page
load/reload.
problem demo:
Can some kind soul tell what I need to do to get the image to show up?
Thanks!
-- fredo
Comment