Insert a span (highlighted in the below, scroll the code block to see it) with non-breaking space characters in it. For example:
Code:
<div class="marquee" id="marquee1">
That dizzy turtledove dissonantly casts out your flouting testosterone. Our disparaging whales disinterestedly accept their average cabbages. <span> </span>
</div>
<script type="text/javascript">
marqueeInit({
uniqueid: 'marquee1',
style: { //style object for this marquee container (use quotes on both sides of the : as shown)
'width': '50%'},
inc: 2 //speed - pixel increment for each iteration of this marquee's movement
});
</script>
Bookmarks