On Monday 30 April 2007, Peter Humphrey wrote: > Quite often, when I'm viewing a Web page that uses Javascript to overlay a > picture with enlarged sections of itself, I find a very rapid flickering of > the overlaid section alternating with the background picture. Here's an > example: http://heritage.stsci.edu/2007/16/supplemental.html. Does anyone > else find this? About Firefox says: Mozilla/5.0 (X11; U; Linux x86_64; > en-GB; rv:1.8.1.3) Gecko/20070411 Firefox/2.0.0.3.
That's a scripting error, when you see the enlargement on mouseover the height of the page increases. The increase causes the loss of the mouseover event en then the page restores to it's original height. If you increase the size of the browserwindow/desktop so that the enlarged picture doesn't cause the page to scroll the javascript function works fine. -- [EMAIL PROTECTED] mailing list
