QUOTE(lalith @ 8 Oct, 2007 - 07:08 AM)

How to Marquee a text using CSS?
Currently, you can’t create marquees purely via CSS; you’d have to use (non‐standard) scripting to adjust the CSS over time or violate the HTML 4.01 specification and use the
marquee element.
Several
marquee properties are available as part of the CSS3 Basic Box Model module, but that module is still in W3C Working Draft status and I know of no implementations to date. See
http://www.w3.org/TR/css3-box/#marquee if interested.
QUOTE(asadarnell @ 11 Oct, 2007 - 08:33 PM)

There’s no
marquee element defined in the HTML 4.01 specification. There is one mentioned in the HTML 5 specification, but it hasn’t been defined yet and the specification is still a W3C Working Draft. The
marquee element is a proprietary creation of Microsoft that was subsequently added to other browsers for the sake of Internet Explorer compatibility; technically, the extension is incompatible with the HTML 4.01 specification since use of it would make your document invalid.