about xanga

2007-05-12 7:40 am
我想問下呢
如果想係subscription個到加個捲軸
個code係咩呀?????

回答 (1)

2007-05-13 6:59 am
✔ 最佳答案
<script language="Javascript">
// change here to the height of the box, px means pixels
var subscriptionboxheight = "220px";
// do not edit below here
var th = document.getElementsByTagName("th");
for (var p = 0; p < th.length; p++) {
if(th[p].innerHTML.toLowerCase().indexOf('subscriptions</span>') !== -1) {
var subtext = th[p].parentElement.parentElement.getElementsByTagName("tr")[1].getElementsByTagName("td")[0];
subtext.innerHTML = "<div style=\"height: " + subscriptionboxheight + "; overflow: auto \">" + subtext.innerHTML + "</div>";
}
}
</script>

將上面的script放係look and feel 的website status
紅色字可以更改... 係可以改subsription個box既高度...


收錄日期: 2021-04-26 18:27:50
原文連結 [永久失效]:
https://hk.answers.yahoo.com/question/index?qid=20070511000051KK05048

檢視 Wayback Machine 備份