Scrolling Marquee
HTML code
<div class="marquee"> Sample text that can be scrolled. </div>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js""></script> <script type="text/javascript" src="scripts/jquery.marquee.min.js"></script>
$('.marquee').marquee({ //speed in milliseconds of the marquee speed: 15000, //gap in pixels between the tickers gap: 50, //gap in pixels between the tickers delayBeforeStart: 0, //'left' or 'right' direction: 'right' });
Resources
The JQuery Plug in can be found at the blog of Aamir Afridi.