关键词描述:发布文章时,复选框中有一个“滚动”,但首页没有滚动模块,在css中也看不到。怎么设置呢?以下是官方css。主页代码的具体参数如何设置??/*-
关键字描述:发布文章的时候,复选框里有个“滚动”可首页并没有滚动模块啊,css里也没看见啊,请问如何设置呢?
下面是官方的css,首页代码的具体参数怎么设置呢??
/*-------------------------首页:中侧:滚动新闻*/
.topline.scrollnews{
width:358px;
height:23px;
overflow:hidden;
background:#EBF3FA;
line-height:23px;
border:1pxsolid#8BD;
}
.topline.scrollnewsul{
float:left;
}
.topline.scrollnewsullia{
width:350px;
text-decoration:none;
text-indent:10px;
display:block;
overflow:hidden;
}
找到index.htm,找到图文资讯代码:
<dlclass="tbox">
<dt><strong>图文资讯</strong></dt>
<dd>
<ulclass="e1">{dede:arclistrow=15orderby=pubdatetype='image.'imgwidth='124'imgheight='94'}
<li><ahref="[field:arcurl/]">[field:image/]<spanclass="title">[field:title/]</span></a></li>
{/dede:arclist}
</ul>
</dd>
</dl>
以上代码row为显示的图文资讯条数,每行5个,建议设置为5的倍数。修改以上代码如下
<dlclass="tbox">
<dt><strong>图文资讯</strong></dt>
<dd>
<ulclass="e1"><marqueescrolldelay=0onMouseOver="this.stop()"onMouseOut="this.start()"style='WIDTH:710px;HEIGHT:104px;'behavior="alternate"scrollamount='3'direction='left'>{dede:arclist
row=10type='image.'imgwidth='124'imgheight='94'}
<li><ahref="[field:arcurl/]">[field:image/]<spanclass="title">[field:title/]</span></a></li>
{/dede:arclist}</marquee>
</ul>
</dd>
</dl>
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)