圖片跑馬燈 5種移動方位 語法
只是運用跑馬燈語法插入貼圖&有顏色字......仔細看,其實很簡單的
說 明:貼圖+字+圖 の 往左 跑馬燈 語法
<marquee behavior=side direction=left> ←跑馬燈前段
<img src="圖檔網址"> ←貼圖語法
<font color="#5200A0">打 字 處 </font> ←內容物字型顏色語法
<img src="圖檔網址"> ←貼圖語法
</font> ←文字後段結尾
</marquee> ←跑馬燈後段結尾
舉 例: (首頁看板下排『圖+字+圖』的 跑馬燈)
<marquee behavior=side direction=left><img src="圖檔網址">
<font color="# 顏色編碼">輸入文 字。。。。。。</font>
<img src="圖檔網址"> </marquee>
PS:
color="#5200A0 顏色 《利用☞ 色 碼 表 查 詢顏色編碼!》
如要改字型大小可在
:純跑馬燈語法:
往左 <marquee behavior=side direction=left><img src="圖檔網址"></marquee>
往右 <marquee behavior=side direction=right><img src="圖檔網址"></marquee>
往上 <marquee behavior=side direction=up><img src="圖檔網址"></marquee>
往下 <marquee behavior=side direction=down><img src="圖檔網址"></marquee>
左右 <marquee behavior=alternate><img src="圖檔網址"></marquee>
:5 種變化:
往左
往右
往上
往下
左右