欢迎来到欣怡建站!我们致力于提供优质的网站建站服务
注册

织梦dedecms如何设置首页滚动显示?

相关案例演示

/*-------------------------首页:中侧:滚动新闻*/ .topline .scrollnews{ width:358px; height:23px; overflow:hidden; background:#EBF3FA; line-height:23px; border:1px solid #8BD; } .topline .scrollnews ul{ float:left; } .topline .scrollnews ul li a{ width:350px; text-decoration:none; text-indent:10px; display:block; overflow:hidden; }  

 

  找到index.htm,找到图文资讯代码:

  

   <dl class="tbox">      <dt><strong>图文资讯</strong></dt>      <dd>      <ul class="e1">{dede:arclist row=15 orderby=pubdate type='image.' imgwidth='124' imgheight='94'}      <li><a href=http://www.dede58.com/a/dedejq/"[field:arcurl/]">[field:image/]<span class="title">[field:title/]</span></a></li>      {/dede:arclist}      </ul>      </dd>      </dl>     

 

  以上代码row为显示的图文资讯条数,每行5个,建议设置为5的倍数。修改以上代码如下

  

   <dl class="tbox">      <dt><strong>图文资讯</strong></dt>      <dd>      <ul class="e1"><marquee scrolldelay=0 onMouseOver="this.stop()" onMouseOut="this.start()" style='WIDTH: 710px; HEIGHT: 104px; ' behavior="alternate" scrollamount='3' direction='left'>{dede:arclist      row=10 type='image.' imgwidth='124' imgheight='94'}      <li><a href=http://www.dede58.com/a/dedejq/"[field:arcurl/]">[field:image/]<span class="title">[field:title/]</span></a></li>      {/dede:arclist}</marquee>      </ul>      </dd>      </dl>  

作者:欣怡建站 挑错 时间:2020-02-18 08:46
首先声明,只要是我们的vip会员所有源码均可以免费下载,不做任何限制
☉本站的源码不会像其它下载站一样植入大量的广告。为了更好的用户体验以后坚持不打水印
☉本站只提供精品源码,源码在于可用,不在多!!希望在这里找到你合适的。
☉本站提供的整站程序,均带数据及演示地址。可以在任一源码详情页查看演示地址
☉本站所有资源(包括源码、模板、素材、特效等)仅供学习与参考,请勿用于商业用途。
☉如有其他问题,请加网站客服QQ(984818011)进行交流。
相关教程
在线客服