如何让发货查询滚动?

2016-07-07 16:04 来源:www.chinab4c.com 作者:ecshop专家

我用的是ECSHOP 2.6.2 默认模板,如何让发货查询上下滚动?

回答:
要后期改代码吧!!!

在你的模板里面,找到发货查询标签,div里面加入style

[i=s] 本帖最后由 frey222 于 2009-4-27 15:32 编辑 [/i]

<marquee direction="up" scrollamount="3" >
<!-- 发货单查询{foreach from=$invoice_list item=invoice} -->
{$lang.order_number} {$invoice.order_sn}<br />
{$lang.consignment} {$invoice.invoice_no}
<div class="blank"></div>
<!-- 结束发货单查询{/foreach}-->
</marquee>

<marquee direction=属性>....</marquee>

direction="up为向 上,down为向下,left为左,right为右"
scrollamount="阿拉伯数字为滚动速度"

onMouseOver="this.stop()" onMouseOut="this.start()"
这句话的意思是说,鼠标移上后自动停止,鼠标离开后自动滚动

做个记号,以后有用。

做个几号。。。。。。

这个很简单,我网站上面有演示的:http://www.ppllw.com.cn

你那个是有缝的,我的是无缝不间断滚动

<marquee direction="up" scrollamount="3" >
<!-- 发货单查询{foreach from=$invoice_list item=invoice} -->
{$lang.order_number} {$invoice.order_sn}<br />
{$lang.consignment} {$invoice.invoice_no}
<div class="blank"></div>
<!-- 结束发货单查询{/foreach}-->
</marquee>


frey222 发表于 2009-4-27 15:03 [/quote]


此方法有效

看了大家的代码
觉得都不错

占座 楼下排队

占座 楼下排队

虽然不太喜欢这个功能,但还是要cang一下

占个位置 留用