jQuery Marquee Demo

Full details of how this plugin works and where do download can be taken from jQuery marquee project page.

Vanilla

<marquee behavior="scroll" scrollamount="1" direction="left" width="350">

START Lorem ipsum dolor sit amet END

<marquee scrollamount="2" behavior="alternate" direction="right" width="350">

START Lorem ipsum dolor sit amet END

<marquee loop="3" behavior="slide" direction="right" width="350">

START Lorem ipsum dolor sit amet END

<marquee behavior="scroll" direction="down" scrollamount="2" height="100" width="350">

START Lorem ipsum dolor sit amet END

Without jQuery Progressive Enhancement

Note: scrollamount has been increased to match speed
<marquee behavior="scroll" scrollamount="3" direction="left" width="350">

START Lorem ipsum dolor sit amet END

<marquee scrollamount="6" behavior="alternate" direction="right" width="350">

START Lorem ipsum dolor sit amet END

<marquee loop="3" scrollamount="3" behavior="slide" direction="right" width="350">

START Lorem ipsum dolor sit amet END

<marquee behavior="scroll" direction="down" height="100" width="350">

START Lorem ipsum dolor sit amet END