✔ 最佳答案
CODE:
[Copy to Header]
<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>
**日記係透明既,滑鼠指向篇日記時先會睇得到
希望幫到你:)
2007-02-04 11:45:47 補充:
if there's de-coded item,go
www.xanga.com/wishingstar_x3 q.no 7 and have a checki've post the code therethanks
2007-02-07 20:05:17 補充:
...其實我自已都試過but唔workactually你知唔知有xanga的transparent code 還work?如有,請留下web link因為我之前make effect 的site亦不work (以前係得ga)
2007-02-13 19:57:33 補充:
//Firefox Version by Edw @ forum.scriptshelf.com //
http://forum.scriptshelf.com/viewtopic.php?t=883 (v2.1.3) //Sets blog opacity (0-100) opcty = 15;
2007-02-13 19:57:51 補充:
//Sets rollover opacity msvropcty = 100; //for Firefox mozopcty = opcty/100; mozmsvropcty = msvropcty/100;
2007-02-13 19:58:09 補充:
if (document.all){ tables = document.getElementsByTagName('table'); for(var j=0;j 99){
2007-02-13 20:00:49 補充:
before //-- }}}else{ document.write(' table.blogbody{opacity: '); document.write(mozopcty) document.write(';} ');
2007-02-13 20:01:20 補充:
tables = document.getElementsByTagName('table'); for(var j=0;j