anyone have some tips on how to make text inside a div scroll horizontally from right to left in a “news ticker” fashion without having to use a plugin. Here is an example of exactly what I’m trying to accomplish (this is a plugin solution: http://www.maaki.com/scrollingText.html).
Share
Here’s a quick solution to this:
http://jsfiddle.net/4mTMw/8/
Using the
text-indentcss property, you can do this rather simply.