luopeter 發表於 2010-6-2 05:04:32

有關貼內 [內容頁面] 一問

請問貴站的谷歌廣告隱藏按鈕系點整 ?可否提供修改方法

luopeter 發表於 2010-6-2 18:15:46

貴站的管理員在嗎?

Tenny 發表於 2010-6-2 20:28:59

請使用

只顯示隱藏<script language="javascript">
    function his(t1,t2) {
   document.getElementById(t1).style.display = "none";
               document.getElementById(t2).style.display = "none";
      }
</script>
<span id="hf" onclick="his('hf','tg');" style="cursor:pointer; cursor:hand"><nobr>[隱藏]</nobr></span>
<div id="tg" style="display: ;">廣告</div>顯示及隱藏<script type="text/javascript" language="JavaScript"><!--
function DoViewIFRAME(tid1,tid2,tid3) {
document.getElementById(tid1).style.display = "none";
document.getElementById(tid2).style.display = "";
document.getElementById(tid3).style.display = "";
}
function DoHideIFRAME(tid1,tid2,tid3) {
document.getElementById(tid1).style.display = "none";
document.getElementById(tid2).style.display = "none";
document.getElementById(tid3).style.display = "";
}
//--></script>


<div align="right"><span style="display: none; font-size: 12px; color: white; background-color: black; cursor: pointer;" onclick="DoViewIFRAME('viewiframe','hideiframe','aniframeupstart');" id="viewiframe">
<nobr>[顯示]</nobr>
</span>
<span style="font-size: 12px; background-color: white; color: black; cursor: pointer;" onclick="DoHideIFRAME('hideiframe','aniframeupstart','viewiframe');" id="hideiframe">
<nobr>[隱藏]</nobr>
</span></div>
<div align="right" style="" id="aniframeupstart">
廣告
</div>

chitzc 發表於 2010-11-9 14:14:03

路過學習,謝分享啦。
頁: [1]
查看完整版本: 有關貼內 [內容頁面] 一問