marquee元素如何實現滾動字體與圖片的效果

php中世界最好的语言
發布: 2018-02-07 10:09:58
原創
2534 人瀏覽過

這次帶給大家marquee元素如何實現滾動字體與圖片的效果,marquee元素實現滾動字體與圖片的效果的注意事項有哪些,下面就是實戰案例,一起來看一下。

marquee元素可以實現簡單的字體(圖片等)的滑動等效果:

<style type="text/css"> 
#div01{ 
width: 500px; 
} 
</style> 
<script type="text/javascript"> 
</script> 
<marquee behavior="alertnate"><font size=30 color=&#39;red&#39;>www.baidu.com111</font></marquee> 
<marquee direction=right bgcolor=&#39;#ff2233&#39; behavior="alertnate"><font size=30 color=&#39;blue&#39;>www.baidu.com222</font></marquee> 
<marquee id="m3" direction=down bgcolor=&#39;#dbdbdb&#39; height=50px hspace=20px vspace=20px behavior="alertnate" scrollLeft=left onmouseover="this.stop()" onmouseout="this.start()"><font size=30 color=&#39;blue&#39;>www.baidu333.com</font></marquee> 
<marquee id="m4" direction=up bgcolor=&#39;#00dbdb&#39; behavior="alertnate"><font size=30 color=&#39;blue&#39;>www.baidu444.com</font></marquee>
登入後複製
<div id="div01"><marquee direction=right bgcolor=&#39;#ff2233&#39; behavior="alertnate" scrolldelay=100><font size=30 color=&#39;blue&#39;>www.baidu.com555</font></marquee></div> 
<input type="button" onclick="m3.stop();" value="m3.stop"></input> 
<input type="button" onclick="m3.start();" value="m3.start"></input> 
<button onclick="m4.stop();">m4.stop</button> 
<button onclick="m4.start();">m4.start</button>
登入後複製

direction 表示滾動的方向,值可以是left,right,up,down,默認為left
behavior 表示滾動的方式,值可以是scroll(連續滾動)slide(滑動一次)alternate(來回滾動)
loop 表示循環的次數,值是正整數,預設為無限循環
scrollamount表示運動速度,值是正整數,預設為6
scrolldelay 表示停頓時間,值是正整數,預設為0,單位似乎是毫秒
align 表示元素的垂直對齊方式,值可以是top,middle,bottom ,預設為middle
bgcolor 表示運動區域的背景色,值是16進位的RGB顏色,預設為白色
height、width 表示運動區域的高度和寬度,值是正整數(單位是像素)或百分數,預設width=100% height為標籤內元素的高度
hspace、vspace 表示元素到區域邊界的水平距離和垂直距離,值是正整數,單位是像素。
onmouseover=this.stop() onmouseout=this.start() 表示當滑鼠以上區域的時候滾動停止,當滑鼠移開的時候又繼續滾動。
以下是設定點擊按鈕時m3、m4的滾動或停止:

<input type="button" onclick="m3.stop();" value="m3.stop"></input> 
<input type="button" onclick="m3.start();" value="m3.start"></input> 
<button onclick="m4.stop();">m4.stop</button> 
<button onclick="m4.start();">m4.start</button>
登入後複製

相信看了這些案例你已經掌握了方法,更多精彩請關注php中文網其它相關文章!

相關閱讀:

Div怎麼設定邊框和透明度樣式

HTML的meta viewport屬性應該如何使用

怎麼操作a標籤的預設樣式

#如何在頁面中呼叫搜尋引擎

#怎麼修改form的預設提交方式

#

以上是marquee元素如何實現滾動字體與圖片的效果的詳細內容。更多資訊請關注PHP中文網其他相關文章!

相關標籤:
來源:php.cn
本網站聲明
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板