网站地图    收藏   

主页 > 后端 > dedecms >

DEDECMS网站首页滚动调用选定栏目文章标题 - DeD

来源:自学PHP网    时间:2014-11-30 17:03 作者: 阅读:

[导读] 实现DEDECMS模板首页滚动调用栏目文章标题的标签代码如下:marqueebehavior=scrolldirection=upwidth=268height=215scrollamount=1scrolldelay=60onmouseover=#39;this.stop()#39;onmouseout=#3......

DEDECMS网站首页滚动调用选定栏目文章标题

实现DEDECMS模板首页滚动调用栏目文章标题的标签代码如下:

  1. <marquee behavior=scroll direction=up width=268 height=215 scrollamount=1 scrolldelay=60 onmouseover='this.stop()' onmouseout='this.start()'
  2. {dede:arclist typeid='4' row='8' orderby='pubdate'}<span class="red2">·</span><a href="[field:arcurl/]" target="_blank" class="pix12h1_line24">[field:title/]</a><br>{/dede:arclist} //开源软件:phpfensi.com 
  3. </marquee> 

width,height 表示限定的宽度和高度,typeid='4'是调用的栏目ID号,可以更换成需要调用的栏目ID就可以了.

自学PHP网专注网站建设学习,PHP程序学习,平面设计学习,以及操作系统学习

京ICP备14009008号-1@版权所有www.zixuephp.com

网站声明:本站所有视频,教程都由网友上传,站长收集和分享给大家学习使用,如由牵扯版权问题请联系站长邮箱904561283@qq.com

添加评论