nokia33948 said the following on 4/24/2007 3:26 AM:
On 23 Apr, 19:03, Randy Webb <HikksNotAtH...@aol.comwrote:
>How does copy/pasting the original question do anything to answer the
question that was asked?
The answer is that the code in that page isn't 30/40 lines long to start
with.
The issue is the onmousemove event is constantly updating the innerHTML
of the div element and causes the movie to stop updating because the
script has the browser too busy to update anything else.
Change it from onmousemove to onmouseover.
<snipped signature that Google can't remove>
Hi Randy, thank you for the suggestion, it worked!
Good to know.
But, would you please explain what you meant with the first lines of your comment?
You got a reply, it was requested for you to narrow down the problem, in
40/30 lines of code, and you reply was to copy/paste your original
question. How does that come even close to answering the question of
"Can you reproduce your problem in a complete HTML document that is 30
lines or less?". Simple, it doesn't.
You need a better posting agent though.
--
Randy
Chance Favors The Prepared Mind
comp.lang.javascript FAQ -
http://jibbering.com/faq/index.html
Javascript Best Practices -
http://www.JavascriptToolbox.com/bestpractices/