1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
/*統計右方小圖*/
#plurk-dashboard #dash-stats table { 
position:relative;
overflow:unset; 
}

#dash-stats-table:before {
content:""; 
position:absolute; 
z-index:1; 
display:block;
background:no-repeat contain;
background-image:url(圖片網址);
width:96px; /*寬度*/
height:45px; /*高度*/
top:10px; /*上下位置,數字越大越下面*/
right:-94px; /*左右位置,負數越大越往右*/
}