1
2
3
4
5
6
7
/* 隱藏 Plurk Lottery 按鈕 */
#chat_button {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: -1;
}