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
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3e6fa-2c408.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3e6fa-2c408.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?