欢迎光临

    您好,欢迎光临我的博客。有关于外贸方面,电子商务,网站建设,魔兽RPG,魔兽真三,可与我进行交流探讨。有需要网站建设,Zencart外贸建站,Zencart模板,Wordpress博客,日本剧情片资源、种子等各种需要各种服务请与我联系,希望我能给您提供专业和温馨的帮助)
    人才编号:110179122
    资格证书编号:00200912110000036156
    展业证编号:02002311010580002010000294
    学历:大学本科
    毕业院校:福建农林大学
    我的邮箱:atmshowing@yahoo.com
    加我的QQ 点这里加我QQ
    我的助理   点这里加我QQ
    我的MSN  点这里加我MSN

ZenCart-News模块滚动设置

找到 includes/templates/(your template)/sideboxes/tpl_news_scroll_box.php   (PS:若该目录下没有该文件)则在includes/templates/template_default/sideboxes/tpl_news_scroll_box.php)
 
搜索
while (!$news_box_query->EOF) {
并在其上三行左右($content =”;的下面)添加一句
  $content .= ‘<marquee direction= “up”  width=150 scrolldelay=0  scrollamount=5 behavior=sroll   onmouseover=”this.stop();”   onmouseout=”this.start()”>’;
然后再其下十行左右找到
$content .= ‘<hr>’;
将其替换为:
$content .= ‘</marquee><hr>’;

No Responses to “ZenCart-News模块滚动设置”

Leave a Reply

You must be logged in to post a comment.