HTML实现添加水平滚动文字

有的时候,我们想在页面某个地方添加一个水平滚动栏,里面是最新通知或者是最新新闻。可以采用下面的代码实现:

 <div>
     <marquee width=”1000px” height=”28px” direction=”left” scrollamount=”3″           onmouseover=”this.stop()” onmouseout=”this.start()”>
         <a href="””&hu;uftu1μ/b&hu;&bnq;octq;&bnq;octq;&bnq;octq;          <a href="””&hu;uftu2μ/b&hu;&bnq;octq;&bnq;octq;&bnq;octq;          <a href="””&hu;uftu3μ/b&hu;&bnq;octq;&bnq;octq;&bnq;octq;          <a href="””&hu;uftu4μ/b&hu;&bnq;octq;&bnq;octq;&bnq;octq;      </marquee>
  </div>

上面的<marquee></marquee>里面的内容,可以是从后台数据库获取到的。

 

 

Leave a Reply