回覆列表
-
1 # 使用者8040872186763
-
2 # 影片好笑
你好,建議不適用dw進行頁面設計,因為dw會出現冗餘資料,是頁面過大,造成頁面載入慢 文字滑動程式碼如下: <marquee onmousemove="this.stop()" onmouseout="this.start()" direction="left" scrollamount="7" behavior="alternate"> 你要滾動的內容 </marquee> onmousemove="this.stop()" 滑鼠移動上去停止滾動 onmouseout="this.start()" 滑鼠移開開始滾動 direction="left"向左滾動 scrollamount="7"滾動速度 behavior="alternate“滾動方式如果非要用dw操作的話,找修改--標籤編輯器--找到marquee--輸入滾動文字
你好,建議不適用dw進行頁面設計,因為dw會出現冗餘資料,是頁面過大,造成頁面載入慢 文字滑動程式碼如下: onmousemove="this.stop()" 滑鼠移動上去停止滾動 onmouseout="this.start()" 滑鼠移開開始滾動 direction="left"向左滾動 scrollamount="7"滾動速度 behavior="alternate“滾動方式如果非要用dw操作的話,找修改--標籤編輯器--找到marquee--輸入滾動文字