YK Forum

標題: 日記隱形*滑鼠指1指出番黎 [打印本頁]

作者: `mR.H0    時間: 2007-11-25 05:26 PM     標題: 日記隱形*滑鼠指1指出番黎

<script language="javascript">
//Sets blog opacity (30-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-12-8 09:30 PM

放係邊呀"
  唔係好明- -




歡迎光臨 YK Forum (http://forum.eyankit.com/) Powered by Discuz! 5.0.0