Now that the marquee
HTML tag is no longer supported, I'm curious about the best way to achieve a similar effect. There are various jQuery
and Javascript
solutions out there, but I'm interested in knowing if there's a new standard for creating marquees.
I've come across CSS snippets like:
overflow-style: marquee-line;
marquee-style: line;
However, these don't seem to work consistently across all browsers. While the marquee effect may be considered outdated, there are still certain use cases where it's necessary. For example, my Income Ticker on my website really needs to scroll to make the most of the available screen space.