M
mark4asp
The following tickertape technique is done by incorporating an single
line iframe into the window and writing to the iframe from the server.
http://www.mandatewire.com/
However HTML 4.01 and XHTML strict standards don't allow iframes so
the page fails W3C validation.
How can I get this same effect by other means?
I've been told that it can be done with javascript by constantly
expanding the width of a div to the right. However that method
doesn't actually write characters to the screen one-by-one - to
exactly emulate a tickertape (in the traditional meaning of the term)
- so it isn't going to look as 'nice'.
It is essential that the line appears to be written character-by-
character and therefore looks like proper 'tickertape'.
PS 1: I'm not asking for javascript 'scripts' here; and unless you've
used a script to do exactly this job please don't bother to recommend
a 'script'.
PS 2: I've tried substituting an object for the iframe but IE6 doesn't
fully understand objects. So I gave up trying. However I'm still
potentially interested in that approach (if it can be made to work).
This page has to be compatible with both W3C standards (strict HTML
4.01 or XHTML 1.0) and IE6!
line iframe into the window and writing to the iframe from the server.
http://www.mandatewire.com/
However HTML 4.01 and XHTML strict standards don't allow iframes so
the page fails W3C validation.
How can I get this same effect by other means?
I've been told that it can be done with javascript by constantly
expanding the width of a div to the right. However that method
doesn't actually write characters to the screen one-by-one - to
exactly emulate a tickertape (in the traditional meaning of the term)
- so it isn't going to look as 'nice'.
It is essential that the line appears to be written character-by-
character and therefore looks like proper 'tickertape'.
PS 1: I'm not asking for javascript 'scripts' here; and unless you've
used a script to do exactly this job please don't bother to recommend
a 'script'.
PS 2: I've tried substituting an object for the iframe but IE6 doesn't
fully understand objects. So I gave up trying. However I'm still
potentially interested in that approach (if it can be made to work).
This page has to be compatible with both W3C standards (strict HTML
4.01 or XHTML 1.0) and IE6!