<div class="marquee" data-duplicated='true' data-direction='right'>jQuery marquee is the best marquee plugin in the world</div>
.marquee {
width: 300px;
overflow: hidden;
border: 1px solid #ccc;
background: #ccc;
}
$('.marquee').marquee({
direction: 'left'
});
This Pen doesn't use any external CSS resources.