I am trying to find a simple way to have a div with just text in it automatically scroll the text vertically. I don’t want to use a framework (though I do use Prototype, so if it is easier using Prototype then that is fine, but no Scriptalicious).
I assume there has got to be a way to do this with a few lines of code, but I am not familiar enough with Javascript to know how to most effectively do that.
This might not be conventional but you can try the
<marquee>tagit works both in IE and FF, and the last time I checked, safari too.
should give you what you want,
and you can style them like any
<div>…and then there is the added advantage of having no javascript…
Edit in response to your comment
It gets better, try this in any browser
And this in IE
As attributes of the marquee tag…