Link to home
Start Free TrialLog in
Avatar of lowpriceskates
lowpriceskatesFlag for United States of America

asked on

Fix this Javascript?

I have a script that is meant to horizontally scroll a list of images contionually and to repeat them once they come to the end. It is supposed to have a zoom box appear on mouseover. This works for the initial images but once they start repeating the zoom stops working.
Please take a loot and let me know if you can figure out what is wrong. Thank you!

See the example here:
http://gutterth.com/misc/scroller/scroller.htm

How can this be changed to continue the zoom effect on all images after repeats indefinitely?
Thank you!!
ASKER CERTIFIED SOLUTION
Avatar of stergium
stergium
Flag of Greece image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Actually your script works perfectly in Firefox and does not work properly at all in MSIE8 (at least in my case). In MSIE it zooms wrong image on mouseover. So you should focus on that.

BR,
Faik