YK Forum » Blog » 日記由淡變深


2007-11-24 06:12 PM `mR.H0
日記由淡變深

<!-- begin code provided by createblog.com -->
<script language="javascript">
//Sets blog opacity (0-100)
opcty = 50;

//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>
<!-- end code provided by createblog.com -->

頁: [1]
查看完整版本: 日記由淡變深


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