指定网页中部分设置的文本不能被选择的特效 dn001 2009-06-21 08:27:10 <!--把下面代码放到<body>区域中--> <SCRIPT language=JavaScript> //Author:redriver var index =15 text = new Array(14); text[0] =';;;;;偶然 ' text[1] ='' text[2] =';& 徐志摩 ' text[3] ='' text[4] ='我是天空里的一片云,' text[5] ='偶尔投影在你的波心——' text[6] ='你不必讶异,' text[7] ='更无须欢喜——' text[8] ='在转瞬间消灭了踪影。' text[9] ='' text[10] ='你我相逢在黑暗的海上,' text[11] ='你有你的,我有我的,方向; ' text[12] ='你记得也好, ' text[13] ='最好你忘掉, ' text[14] ='在这交会时互放的光亮!这里就是网页教学网' document.write ("<marquee scrollamount='1' scrolldelay='60' direction= 'UP' width='250 ' id=knowsky height='200' onmouseover=knowsky.stop() onmouseout=knowsky.start()>"); for (i=0;i<index;i++){ document.write ("<font color=#6699ff>"); document.write (text[i] + "</font><br>"); } document.write ("</marquee>") //More:http://www.knowsky.com </SCRIPT>