明輝手游網(wǎng)中心:是一個(gè)免費(fèi)提供流行視頻軟件教程、在線學(xué)習(xí)分享的學(xué)習(xí)平臺(tái)!

marquee元素如何完成滾動(dòng)字體與圖片的效果

[摘要]這次給大家?guī)?lái)marquee元素如何實(shí)現(xiàn)滾動(dòng)字體與圖片的效果,marquee元素實(shí)現(xiàn)滾動(dòng)字體與圖片的效果的注意事項(xiàng)有哪些,下面就是實(shí)戰(zhàn)案例,一起來(lái)看一下。marquee元素可以實(shí)現(xiàn)簡(jiǎn)單的字體(圖片等)的滑動(dòng)等效果: <style type="text/css"> #...
這次給大家?guī)?lái)marquee元素如何實(shí)現(xiàn)滾動(dòng)字體與圖片的效果,marquee元素實(shí)現(xiàn)滾動(dòng)字體與圖片的效果的注意事項(xiàng)有哪些,下面就是實(shí)戰(zhàn)案例,一起來(lái)看一下。

marquee元素可以實(shí)現(xiàn)簡(jiǎn)單的字體(圖片等)的滑動(dòng)等效果:

<style type="text/css"> 
#div01{ 
width: 500px; 
} 
</style> 
<script type="text/javascript"> 
</script> 
<marquee behavior="alertnate"><font size=30 color='red'>www.baidu.com111</font></marquee> 
<marquee direction=right bgcolor='#ff2233' behavior="alertnate"><font size=30 color='blue'>www.baidu.com222</font></marquee> 
<marquee id="m3" direction=down bgcolor='#dbdbdb' height=50px hspace=20px vspace=20px behavior="alertnate" scrollLeft=left onmouseover="this.stop()" onmouseout="this.start()"><font size=30 color='blue'>www.baidu333.com</font></marquee> 
<marquee id="m4" direction=up bgcolor='#00dbdb' behavior="alertnate"><font size=30 color='blue'>www.baidu444.com</font></marquee>
<div id="div01"><marquee direction=right bgcolor='#ff2233' behavior="alertnate" scrolldelay=100><font size=30 color='blue'>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 表示滾動(dòng)的方向,值可以是left,right,up,down,默認(rèn)為left
behavior 表示滾動(dòng)的方式,值可以是scroll(連續(xù)滾動(dòng))slide(滑動(dòng)一次)alternate(來(lái)回滾動(dòng))
loop 表示循環(huán)的次數(shù),值是正整數(shù),默認(rèn)為無(wú)限循環(huán)
scrollamount 表示運(yùn)動(dòng)速度,值是正整數(shù),默認(rèn)為6
scrolldelay 表示停頓時(shí)間,值是正整數(shù),默認(rèn)為0,單位似乎是毫秒
align 表示元素的垂直對(duì)齊方式,值可以是top,middle,bottom,默認(rèn)為middle
bgcolor 表示運(yùn)動(dòng)區(qū)域的背景色,值是16進(jìn)制的RGB顏色,默認(rèn)為白色
height、width 表示運(yùn)動(dòng)區(qū)域的高度和寬度,值是正整數(shù)(單位是像素)或百分?jǐn)?shù),默認(rèn)width=100% height為標(biāo)簽內(nèi)元素的高度
hspace、vspace 表示元素到區(qū)域邊界的水平距離和垂直距離,值是正整數(shù),單位是像素。
onmouseover=this.stop() onmouseout=this.start() 表示當(dāng)鼠標(biāo)以上區(qū)域的時(shí)候滾動(dòng)停止,當(dāng)鼠標(biāo)移開(kāi)的時(shí)候又繼續(xù)滾動(dòng)。
以下是設(shè)置點(diǎn)擊按鈕時(shí)m3、m4的滾動(dòng)或停止:

<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>

相信看了這些案例你已經(jīng)掌握了方法,更多精彩請(qǐng)關(guān)注php中文網(wǎng)其它相關(guān)文章!

相關(guān)閱讀:

Div怎樣設(shè)置邊框和透明度樣式

HTML的meta viewport屬性應(yīng)該如何使用

怎樣操作a標(biāo)簽的默認(rèn)樣式

如何在頁(yè)面中調(diào)用搜索引擎

怎么修改form的默認(rèn)提交方式

以上就是marquee元素如何實(shí)現(xiàn)滾動(dòng)字體與圖片的效果的詳細(xì)內(nèi)容,更多請(qǐng)關(guān)注php中文網(wǎng)其它相關(guān)文章!


網(wǎng)站建設(shè)是一個(gè)廣義的術(shù)語(yǔ),涵蓋了許多不同的技能和學(xué)科中所使用的生產(chǎn)和維護(hù)的網(wǎng)站。