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