作者:
lalaho (lalaho)
2008-09-20 01:15:50※ 引述《yekome (/ \)》之銘言:
: 如題
: 請問要將廣告隱藏
: 要在CSS哪改語法呢?
: 謝謝
請把下段語法貼到留言板的CSS裡唷!
2008最新版,留言板擋廣告語法如下(有點長唷):
/************css by anitamui*************/
script {visibility: hidden !important; }
#ad_bottom{display: none !important; }
#ad_float {display: none !important;}
#logo{display: none !important; }
html body div#ad_gbook table tbody tr td#logo,
html body div#ad_gbook table tbody tr td#logo.small-c,
html body div#ad_gbook table tbody tr td
{clip:rect(500px, 0px, 0px, 500px) !important;
display:none !important;*display:none !important;height:0px !important;
opacity:0 !important;filter: alpha(opacity=0) !important;visibility:hidden
!important;}
html body div#ad_gbook,html body div#ad_gbook table tbody tr td#logo.small-c a
{clip:rect(500px, 0px, 0px, 500px) !important;display:none
!important;height:0px !important;
width:0px !important;opacity:0 !important;filter: alpha(opacity=0)
!important;position:static !important;
visibility:hidden !important;}
html body div#ad_gbook table tbody tr td iframe,html body div#ad_gbook table
tbody tr td object,
html body div#ad_gbook table tbody tr td object embed
{clip:rect(500px, 0px, 0px, 500px) !important;display:none !important;
height:0px !important;width:0px !important;opacity:0 !important;
filter: alpha(opacity=0) !important;position:static
!important;visibility:hidden !important;}
html body div#ad_gbook table
{clip:rect(500px, 0px, 0px, 500px) !important;display:none !important;
height:0px !important;opacity:0 !important;filter: alpha(opacity=0)
!important;
position:static !important;visibility:hidden !important;}
#do_multi_post{display:none}
html body div#ad_gbook table tbody,
html body div#ad_gbook table tbody tr
{clip:rect(500px, 0px, 0px, 500px) !important;display:none !important;
height:0px !important;opacity:0 !important;filter: alpha(opacity=0)
!important;
position:static !important;visibility:hidden !important;}
body div{clip:rect(-500px, 0px, 0px, 500px) !important;}
body div.main,body div.main div{clip:rect(auto, auto, auto, auto) !important;
visibility:visible !important;}
#ad_gbook>table{clip:rect(500px, 0px, 0px, 500px)
!important;margin-top:-600px;
position:relative !important;display:none !important;width:0px !important;
height:0px !important;visibility:hidden !important;}
很長喔 男複製可到原網頁 http://www.wretch.cc/blog/anitamui/24101331