一区二区三区日韩精品-日韩经典一区二区三区-五月激情综合丁香婷婷-欧美精品中文字幕专区

分享

【聊代碼】第十七集 移動(dòng)標(biāo)簽(之五)

 pfm 2022-08-25 發(fā)布于廣東

聊代碼(第十七集)移動(dòng)標(biāo)簽(之五)

       從這集開始,介紹一些圖片移動(dòng)的代碼。

       (十七)圖片橫向(向左或向右)移動(dòng):


 

       代碼:<div align="center"> <table align="center" background="http://img7.ph.126.net/bd6zz97pDq4GzNwYklqLAA==/3396277068991311037.gif" bgcolor="#ff0000" border="15" bordercolor="purple" cellpadding="0" cellspacing="10" height="0" style="width:650px;height:5px;" width="400"> <tbody> <tr> <td> <table background="" bgcolor="#00ff00" border="6" bordercolor="yellow" cellpadding="0" cellspacing="2" width="650"> <tbody> <tr> <td> <table background="http://img4.oldkids.cn/upload/2017/09/30/blog_20170930151949848.gif" border="10" bordercolor="#a00000" height="500" width="710"> <tbody> <tr> <td><br /> <marquee direction="right" height="400" scrollamount="4" scrolldelay="80" style="height: 400px; width: 690px;" width="690"><img src="http://image109.360doc.com/DownloadImg/2022/08/2509/250879754_1_2022082509270866.png" /></marquee></td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </div>

       代碼解析:代碼中的移動(dòng)標(biāo)簽是<marquee direction="right" height="400" scrollamount="4" scrolldelay="80" style="height: 400px; width: 650px;" width="650"><img src="http://image109.360doc.com/DownloadImg/2022/08/2509/250879754_1_2022082509270866.png" /></marquee>其中的style="height: 400px; width: 650px;"是圖片的規(guī)格屬性,它是css樣式,屬性與屬值用冒號(hào)連接。height="400"和width="650",它們的屬性與屬值之間是用等號(hào)連接的,而且數(shù)字后面沒有px ,它們是移動(dòng)范圍屬性。要記住它們的特征,可別搞錯(cuò)呀!因?yàn)槲覀兂3R{(diào)整移動(dòng)范圍。

 

       (十八)圖片縱向(向上或向下)移動(dòng):

 

 

       代碼:<div align="center"> <table align="center" background="http://img7.ph.126.net/bd6zz97pDq4GzNwYklqLAA==/3396277068991311037.gif" bgcolor="#ff0000" border="15" bordercolor="purple" cellpadding="0" cellspacing="10" width="550"> <tbody> <tr> <td> <table background="" bgcolor="#00ff00" border="6" bordercolor="yellow" cellpadding="0" cellspacing="2" width="650"> <tbody> <tr> <td> <table align="center" background="http://img2.oldkids.cn/upload/2017/10/04/blog_20171004190531769.gif" border="0" bordercolordark="#27093b" bordercolorlight="#4e1276" cellpadding="0" cellspacing="0" class="ke-zeroborder" height="450" width="700"> <tbody> <tr> <td width="100%"></embed> <table> <tbody> <tr> <td><marquee direction="up" height="450" scrollamount="3" scrolldelay="100" style="height: 450px; width: 670px;" width="670"> <p align="center"><img height="450" src="http://image109.360doc.com/DownloadImg/2022/08/2509/250879754_2_20220825092708316.png" /></p> </marquee></td> <td width="35%"> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </div>

       代碼解析:代碼中的移動(dòng)標(biāo)簽是<marquee direction="up" height="450" scrollamount="3" scrolldelay="100" style="height: 450px; width: 670px;" width="670"><p align="center"><img height="450" src="http://image109.360doc.com/DownloadImg/2022/08/2509/250879754_2_20220825092708316.png" /></p></marquee>其中的style="height: 450px; width: 670px;"是圖片的規(guī)格屬性,它是css樣式,屬性與屬值用冒號(hào)連接。height="450"和width="670",它們的屬性與屬值之間是用等號(hào)連接的,而且數(shù)字后面沒有px ,它們是移動(dòng)范圍屬性。要記住它們的特征,可別搞錯(cuò)呀!因?yàn)槲覀兂3R{(diào)整移動(dòng)范圍。

 

       (十九)圖片斜向(45o角)移動(dòng):

 

       代碼:<div align="center"><tbody> <tr> <td> <table background="" bgcolor="#00ff00" border="6" bordercolor="yellow" cellpadding="0" cellspacing="2" width="650"> <tbody> <tr> <td> <table background="http://img2.oldkids.cn/upload/2017/10/04/blog_20171004143206529.gif" border="10" bordercolor="#a00000" width="710"> <tbody> <tr> <td> <div align="center"><marquee><marquee direction="down" height="500" scrollamount="6" style="height: 500px;"><img src="http://image109.360doc.com/DownloadImg/2022/08/2509/250879754_3_20220825092708675.jpg" /></marquee> </marquee></div> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </div>

 

       代碼解析:這里使用的是向下移動(dòng)的標(biāo)簽,而在此標(biāo)簽前加了一個(gè)<marquee>,你知道它是干什么的嗎?提醒初學(xué)代碼的朋友,它不含屬性代碼并不等于沒有屬性,我們?cè)谇懊嬲f過,基本的必須有的屬性屬值,若未設(shè)置,就意味著采用默認(rèn)的。我們知道,默認(rèn)的移動(dòng)方向是left,默認(rèn)的移動(dòng)速度是6,因?yàn)檫x取了默認(rèn),所以免寫,你知道了這些,就明白了為什么前面加個(gè)<marquee>,圖片就能斜向移動(dòng)了。

 

       (二十)圖片飄游(上下左右)移動(dòng):

 

       代碼:<div align="center"> <table align="center" background="http://img7.ph.126.net/bd6zz97pDq4GzNwYklqLAA==/3396277068991311037.gif" bgcolor="#ff0000" border="15" bordercolor="purple" cellpadding="0" cellspacing="20"> <tbody> <tr> <td> <table bgcolor="#00ff00" border="6" bordercolor="yellow" cellpadding="5" cellspacing="2"> <tbody> <tr> <td><marquee behavior="alternate" direction="down" height="440" scrollamount="1" scrolldelay="1" style="width: 710px; height: 440px;"> <marquee behavior="alternate" direction="right" scrollamount="1" scrolldelay="1" style="width: 760px; height: 500px;" width="760"><img src="http://image109.360doc.com/DownloadImg/2022/08/2509/250879754_4_20220825092708878.jpg" /> </marquee>/marquee></td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </div>

       代碼解析:使用雙標(biāo)簽(一個(gè)是縱向移動(dòng)標(biāo)簽,一個(gè)是橫向移動(dòng)標(biāo)簽)控制,移動(dòng)速度要低,移動(dòng)范圍要小,方能獲此效果。

    本站是提供個(gè)人知識(shí)管理的網(wǎng)絡(luò)存儲(chǔ)空間,所有內(nèi)容均由用戶發(fā)布,不代表本站觀點(diǎn)。請(qǐng)注意甄別內(nèi)容中的聯(lián)系方式、誘導(dǎo)購買等信息,謹(jǐn)防詐騙。如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,請(qǐng)點(diǎn)擊一鍵舉報(bào)。
    轉(zhuǎn)藏 分享 獻(xiàn)花(0

    0條評(píng)論

    發(fā)表

    請(qǐng)遵守用戶 評(píng)論公約

    中文字幕亚洲视频一区二区| 日韩成人高清免费在线| 韩国日本欧美国产三级| 91亚洲国产—区=区a| 色婷婷国产精品视频一区二区保健| 亚洲伦理中文字幕在线观看 | 91老熟妇嗷嗷叫太91| 欧美精品亚洲精品日韩精品| 亚洲成人精品免费在线观看| 热久久这里只有精品视频| 九九蜜桃视频香蕉视频| 麻豆在线观看一区二区| 中文字幕一区二区三区中文| 日韩黄色一级片免费收看| 91偷拍与自偷拍精品| 中文字幕日韩欧美一区| 欧美亚洲综合另类色妞| 少妇人妻无一区二区三区| 一区二区福利在线视频| 又黄又爽禁片视频在线观看| 中文字幕日韩一区二区不卡| 99国产高清不卡视频| 永久福利盒子日韩日韩| 欧美激情一区二区亚洲专区| 中文字幕日韩一区二区不卡| 黄色国产精品一区二区三区| 国产午夜在线精品视频| 久久综合狠狠综合久久综合| 欧美一区二区黑人在线| 欧美日韩精品视频在线| 色综合久久六月婷婷中文字幕| 成人欧美一区二区三区视频| 欧美色欧美亚洲日在线| 五月婷婷综合缴情六月| 日韩亚洲精品国产第二页| 日本欧美三级中文字幕| 精品亚洲av一区二区三区| 午夜福利大片亚洲一区| 69精品一区二区蜜桃视频| 亚洲淫片一区二区三区| 国产欧美日韩视频91|