如何实现发货查询滚动效果?

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

我的ECSHOP程序是2.6.2GBK版本,默认模板。我想实现发货查询那个滚动效果,不知道如何实现?求助高手帮助

回答:
<marquee direction="up" scrollamount="3"onMouseOver="this.stop()" onMouseOut="this.start()">
<!-- 发货单查询{foreach from=$invoice_list item=invoice} -->
{$lang.order_number} {$invoice.order_sn}<br />
{$lang.consignment} {$invoice.invoice_no}
<!-- 结束发货单查询{/foreach}-->
</marquee>

我也想知道,上面的代码写在哪啊?

是啊,那些代码是加在哪里的啊?

library/invoice_query.lbi

我的网站已经实现了,演示效果:http://www.kule-buy.com