I’m wondering if there is an alternative to using a scrolling marquee to have text scroll in a looped fashion from right to left? I’m working on a project that requires this feature, however, also requires that the (xhtml) pages validate through the w3c validator
I was curious if there is a way to set an x-y axis and pull a <p> tag from y to x and loop it using CSS?
Marquees should be created using JavaScript - that’s the only way to get them to work in all browsers anyway.
See http://www.felgall.com/jstip109.htm for an unobtrusive JavaScript marquee that just needs a class added to any element in the page in order to make it a marquee.