招呼語框 語法 顯示 消失




2007/09/24 01:53


/*Opacity for blast招呼語置中語法*/
#yblast{zoom:1;position:relative;top:-20px;left:20px;margin:0 0 -55px 0;z-index:2;}#yblast .text,#yblast .bg{overflow:hidden;padding:5px 5px;width:550px;height:80px;}#yblast .text{zoom:1;margin:-55px 0 0;}#yblast .text a#yblast a.edit{background:url(圖片網址);width:15px;height:15px;}#yblast .bg {zoom:1; filter:alpha(opacity:100); background: url(圖片網址) no-repeat}#yblast .text{font-size:100%;}


顯示 消失 招呼語 快速設定


請 進入-管理部落格-選 招呼語設定


右側下方 選擇 顯示 & 消失


 


這語法 我參考引用


2006~2010這位高手大哥的教學


http://tw.myblog.yahoo.com/jw!hr4Fg2OVAhjBnGa90Qw2xtat0q9_/article?mid=310


更改前強烈建議先複製自訂樣內CSS語法



消除招呼語框語法↓













/*Opacity for blast*/
#yblast{zoom:1;position:relative;top:110px;left:-150px;margin:0 0 -55px 0;z-index:2;}
#yblast .text,#yblast .bg{overflow:hidden;padding:5px 5px;width:47px;height:45px;}
#yblast .text{zoom:1;margin:-55px 0 0;}
#yblast .text a{display:none;}
#yblast a.edit{background:url(http://www.xxx.com/xxx.gif);width:13px;height:13px;}
#yblast .bg {zoom:1; filter:alpha(opacity:100); background: url(http://www.xxx.com/xxx.gif) no-repeat}
#yblast .text{color:#817254;}
 


設定顯示或隱藏當別人進來時看到的"我要留言"四各字是否出現,


現在是不出現,若要出現把display:none;拿掉即可


語法說明:


#yblast{zoom:1;position:relative;top:110px;left:-150px;margin:0 0 -55px 0;z-index:2;}


top:110px;  招呼語與頁面上方的距離


left:-150px;  招呼語與左方區塊的距離


margin:0 0 -55px 0;   控制"最新文章"區塊與頁面上方的距離


z-index:2;  設定招呼語的層次層級



#yblast .text,#yblast .bg{overflow:hidden;padding:5px 5px;width:47px;height:45px;}


width:47px;height:45px;  招呼語的大小,也就是整張招呼語框的大小


#yblast .text a{display:none;} 


設定顯示或隱藏當別人進來時看到的"我要留言"四各字是否出現,


現在是不出現,若要出現把display:none;拿掉即可
 


#yblast .bg {zoom:1; filter:alpha(opacity:100); background: url(http://www.xxx.com/xxx.gif) no-repeat;}


background: url(http://www.xxx.com/xxx.gif) no-repeat;   招呼語的框,no-repeat是設定不要重複拼


顯示招呼語 語法↓













/*Opacity for blast*/
#yblast .bg {zoom:1; filter:alpha(opacity:0); background: url(http://sheng.phy.nknu.edu.tw/line-101.gif) no-repeat}
 


background: url(http://圖框網址) no-repeat;   招呼語的框,no-repeat是設定不要重複拼


紅字是放置改變 招呼語圖框的的地方


放置在自訂樣板 的最下方 即可


arrow
arrow
    全站熱搜

    彤 發表在 痞客邦 留言(0) 人氣()