更改"訂閱部落格"按鈕圖片,在自訂樣式(『管理部落格』-->『面板設定』-->『自訂樣式』)中最下方貼入下方CSS:
←就是這個圖,還有這個圖→
↓下面的CSS語法是目前部落格所使用的
/*Subs list*/
div#btnsbsrb a{display:block;width:88px(圖片寬);height:31px(圖片高);overflow:hidden;background:url(未點選圖片網址) no-repeat;margin:0;}
div#btnsbsrb_nologin a{display:block;width:88px(圖片寬);height:31px(圖片高);overflow:hidden;background:url(已點選圖片網址) no-repeat;margin:0;}
#yblogtitle .tft {text-align:right;padding-bottom:0px;position:relative;}
將藍色的部份,貼上連結圖檔的網址,前後括號"()"也是語法之ㄧ喔,別刪除喔!
語法範例:
/*Subs list*/
div#btnsbsrb a{display:block;width:88px;height:31px;overflow:hidden;background:url(http://XXXXX.gif) no-repeat;margin:0;}
div#btnsbsrb_nologin a{display:block;width:88px;height:31px;overflow:hidden;background:url(http://XXXXX.gif) no-repeat;margin:0;}
#yblogtitle .tft {text-align:right;padding-bottom:0px;position:relative;}
兩各圖檔可以選擇一樣的,也可以選擇不一樣的
引用:http://tw.blog.yahoo.com/post/post_html.php?tb_bn=jw!qZUdTTKeBRQ96YSnQrLppw--&tb_mid=13
留言列表