我一直在一個網站上工作,需要製作商標的滾動橫幅。問題是滾動操作丟失。看看Chrome中的元素給我這個錯誤:「http://forallgadgets.co.uk/:871未捕獲ReferenceError:marqueeInit未定義」有什麼想法可能會導致此?謝謝,格蘭特。Javascript滾動橫幅錯誤
頁眉: /*文本和/或圖像抓取器腳本V1.5(C)2009-2011約翰·達文波特舒爾 在http://www.dynamicdrive.com/forums/ 用戶名最早見於:jscheuer1 - 本通知必須保持合法使用 更新: 4/2011隨機順序選項,等等(見下文) */
身體:
<a href="index.php?route=product/manufacturer&manufacturer_id=52">
<img src="catalog/view/theme/default/image/manuf_01.jpeg" width="90" height="30"
alt="" style="margin-left:2px; margin-top:20px;" /></a>
<a href="index.php?route=product/manufacturer&manufacturer_id=32">
<img src="catalog/view/theme/default/image/manuf_02.gif" width="90" height="30"
alt="" style="margin-left:2px; margin-top:20px;" /></a>
</div>
<script type="text/javascript">
marqueeInit({
uniqueid: 'mycrawler2',
style: {
'padding': '0px',
'width': '690px',
'height': '71px',
'margin-left': '10px',
'margin-right': '10px'
},
inc: 5, //speed - pixel increment for each iteration of this marquee's movement
mouse: 'cursor driven', //mouseover behavior ('pause' 'cursor driven' or false)
moveatleast: 2,
neutral: 150,
savedirection: true
});
</script>
調試失敗.. – 2012-02-15 12:16:02