1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*更換噗寶*/
/*先隱藏原本的圖片*/
#dynamic_logo img{
filter: alpha(opacity=0);opacity:0.0;
}
#dynamic_logo{
height: 204px; /*圖片高*/
width: 204px; /*圖片寬*/
margin-top: 0px; /*向下位移*/
margin-right: 0px; /*向左位移*/
background-repeat: no-repeat; /*防止背景重複*/
/*換上圖片網址*/
background-image: url(http://i.imgur.com/HrIEGFd.gif);
}