I can't seem to find anywhere online the browser compatibility for the CSS Marquee properties. Can someone give me some information about which browsers (and versions) it works on.
P.s. I know some will say not to use marquees, but it's a requirement for one of our clients. And I'd rather use CSS properties than Javascript or the tag.
Here's the W3.org page on it. http://www.w3.org/TR/css3-marquee/#the-marquee-style
EDIT (08/10/203): Since this question, I have been experimenting and noticed that you can simulate a Marquee using CSS animation keyframes. Support is greater.