小狗领跑多条公告滚动显示PHPWind7.5
template/风格目录/index.htm查找
<ul>
<!--
EOT;
foreach($notice_A as $value){print <<<EOT
-->
<li><a href=\"$value\">$value</a> <span class=\"f9 gray\">$value</span></li>
<!--
EOT;
}print <<<EOT
-->
</ul>
替换成
<marquee direction=\"left\" scrolldelay=\"1\" scrollamount=\"2\" onmouseout=\"if(document.all!=null){this.start()}\" onmouseover=\"if(document.all!=null){this.stop()}\"><ul>
<!--
EOT;
foreach($notice_A as $value){print <<<EOT
-->
<li><img src=\"$imgpath/gao.gif\" /><a href=\"$value\">$value</a> <span class=\"f9 gray\">$value</span></li>
<!--
EOT;
}print <<<EOT
-->
</ul></marquee>
页:
[1]