Use SuperSlide.js, to make the text scroll and the text is overwritten

The

phenomenon is as follows:

code is as follows:

<htmt><head>
<title>SuperSlide - -</title>
<script type="text/javascript" src="../jquery1.42.min.js"></script>
<script type="text/javascript" src="../jquery.SuperSlide.2.1.1.js"></script>
</head>
<body>
        <style type="text/css">
        *{margin:0; padding:0; list-style:none; }
        </style>
        <div class="txtMarquee-left" style="width:50%;overflow:hidden;white-space:nowrap;position:relative;">
            <div class="bd">
                <ul class="infoList">
                    <li>:      </li>
                </ul>
            </div>
        </div>

        <script type="text/javascript">
        $(".txtMarquee-left").slide({mainCell:".bd ul",autoPlay:true,effect:"leftMarquee",vis:1,interTime:50});
        </script>

</body>
</html>
Mar.31,2021
Menu