Quoted fromrita589768 - 如何在置頂頁的日誌描述放置兩個透明Flash動畫做頁首背景
如何在置頂頁的日誌描述放置兩個透明Flash動畫做頁首背景:
複製以下語法貼在日誌描述位置,如圖:
<EMBED style="LEFT:0px;POSITION:absolute;TOP:0px;" align=left src=Flash網址.swf width=1000 height=200 type=application/octet-stream wmode="transparent" quality="high" ;>
<EMBED style="LEFT:0px;POSITION:absolute;TOP:0px;" align=left src=Flash網址.swf width=1000 height=200 type=application/octet-stream wmode="transparent" quality="high" ;>
例如 :
<EMBED style="LEFT:0px;POSITION:absolute;TOP:0px;" align=left src=http://blog.roodo.com/oei/2a5e1776.swf width=1000 height=200 type=application/octet-stream wmode="transparent" quality="high" ;>
調整簡易說明 :
LEFT: 0px ( Flash顯示靠左邊界 )
TOP: 0px ( Flash顯示至頂邊界 )
align=left ( Flash起始位置,通常置於左邊 )
width=1000 ( Flash起始寬度 )
height=200 ( Flash起始高度 )配合頁首的 #banner{height:200px;} 高度語法使用
wmode="transparent" 將 flash 透明化
留言列表