[XANGA] 怎樣可以把左邊的PROFILE搬到右邊去??

2007-09-18 3:05 am
[XANGA]
請問有知道怎樣可以把左邊的PROFILE搬到右邊去嗎??

回答 (1)

2007-09-18 3:11 am
✔ 最佳答案
Copy and paste to Website Stats

<script language="Javascript">
// original by sean http://www.xanga.com/seanmeister
var tds = document.getElementsByTagName("td");
for (var i = 0; i < tds.length; i++){
if (tds[i].width == "200"){
tds[i].parentNode.appendChild(tds[i].cloneNode(true));
tds[i].parentNode.removeChild(tds[i]);
break;
}}
</script>


收錄日期: 2021-04-19 23:25:26
原文連結 [永久失效]:
https://hk.answers.yahoo.com/question/index?qid=20070917000051KK02776

檢視 Wayback Machine 備份