網友分享部落格背景語法,想要換換部落格背景口味的有救了囉!
把下列背景語法貼到部落格或是播客的進階編輯CCS中即可
1.固定背景語法(適用小背景)
BODY {background: white url(圖片網址);background-attachment: fixed}
2.移動背景語法(適用小背景)
body{background:#4e87ff url(圖片網址) repeat;}
3.固定背景語法(適用大背景)
body {background-image: url(圖片網址);
background-repeat:no-repeat ;
background-position : 50% 10%;
background-attachment: fixed;}
4.雙重背景語法(適用大背景)
/*大標題圖+純色重覆底背景*/
body {background-color:#色碼;background-image: url(圖片網址): top center; }
#yblogtitle .mbd,#yblogtitle .mft{background: url(空的或圖片網址) no-repeat;}
#yblogtitle .tft {margin:數字px 0px 0px 0px;} /*數字決定標題圖顯示的高度*/
背景圖+人物+swf製作動畫語法設計:
1.先找到一張風景圖或花圖..等皆可,尺寸適中
2.人物圖...等圖(想做合併的圖)尺寸不拘
因可用語法height=圖高 width=圖寬做尺寸的縮放
style="FILTER: alpha(style=3)"
人物圖做漸層霧化處理,這樣才可以和風景圖有融合的感覺
記得在img語法中在加上定位align=right定位語法
因這樣才可以在加上flash透明動畫時,不會佔位置
若設在align=left是會佔位置的,畫面會變大很多
3.找喜歡的flash動畫,豐富語法畫面
http://blog.xuite.net/notebooklover/money/37405896
留言列表