Page 1 of 1

flickering image bug with javascript code

Posted: Thu Feb 21, 2008 4:44 pm
by Cyclone
I am trying to implement a javascript into my webpage which will enlarge the thumbnails with the MouseOver command.

The issue i'm having is the images 'flicker' quite a bit like they are stuck.

go to http://www.inspiredvisuals.com
and click the 'flora' category from the menu. then hover your mouse over the top left pick with the white flowers and blue sky. You will see it flicker and not follow your mouse.

If you put your mouse over the image directly below it that one works fine. Then put your mouse over the top left image again and it will work fine without out flickering.


Does anyone know what is wrong with my code?

Thanks.

Posted: Thu Feb 21, 2008 4:55 pm
by Cyclone
oh forgot to mention the problem happens with IE but not with firefox.

Posted: Thu Feb 21, 2008 8:33 pm
by WillyP
It worked fine for me... perhaps the image is taking some time to download to your machine... however, IE does report that there are errors on the page.

Tested with IE7, FF2, Opera 9, Safari 3 and SeaMonkey 1.1.5.

Posted: Fri Feb 22, 2008 10:01 pm
by Cyclone
thanks for testing :)