dede源碼織夢模板下載實現(xiàn)讓文章標題滾動顯示的代碼
時間: 2018-11-29 09:42
閱讀: 次
作者:素材無憂網(wǎng)
DEDE織夢實現(xiàn)讓文章標題滾動起來方法,增加下面代碼即可實現(xiàn):
<marquee behavior=scroll direction=up width=268 height=18 scrollamount=1 scrolldelay=60 onmouseover='this.stop()' onmouseout='this.start()'>
{dede:arclist typeid='1' row='8' orderby='pubdate'}<span class="red2">·</span><a href="[field:arcurl/]" target="_blank" class="pix12h1_line24">[field:title/]</a><br>{/dede:arclist}
</marquee>
width=寬度 height=高度 typeid='欄目的ID'
標簽: