> no, like this
> http://www.yaldex.com/FSScrolls/TypewriterScroller.htm
>
> with above mentioned corections.
Interesting. What happens if the text to be typed wraps a line? The one
I wrote handles that by using a fixed width font to be able to attempt
to control the wrapping issue. There is some extra code in mine that
handles the ability to insert a
or
tag into the string to be
typed in order to handle the word wrap issue (You can't just cut it off
at a simple place, it has to break on word boundaries). You could do it
with a variable width font but it would take even more code than what it
does now. It should also remove the cursor when it finishes "typing"
(which mine does).
--
Randy
Chance Favors The Prepared Mind
comp.lang.javascript FAQ - http://jibbering.com/faq/index.html
Javascript Best Practices - http://www.JavascriptToolbox.com/bestpractices/