大眾論壇 » Xanga 討論區 » 日記透明

2008-8-25 09:07 tonypoiuytrewq
日記透明

QUOTE:
<script language="javascript">
//Sets blog opacity (0-100)
opcty = 10;

//Sets rollover opacity
msvropcty = 100;

////////////////////////////////////

tables = document.getElementsByTagName('table');

for(var j=0;j<tables.length;j++){

if(tables[j].className == "blogbody"){

tables[j].style.filter = "alpha(opacity=" + opcty + ")";
tables[j].onmouseover = function(){this.style.filter = "alpha(opacity=" + msvropcty + ")";}
tables[j].onmouseout = function(){this.style.filter = "alpha(opacity=" + opcty + ")";}

}

}

//--></script>

放在header

2008-12-3 11:33 super838
我還真以爲你的日記透明呢
  原來是英語 看不懂的

頁: [1]
查看完整版本: 日記透明


Powered by Discuz! Archiver 5.5.0  © 2001-2006 Comsenz Inc.