<style type="text/css"> body { scrollbar-face-color: #b5daff; scrollbar-highlight-color: #ffffff; scrollbar-shadow-color: #000000; scrollbar-arrow-color: #0000ff; scrollbar-base-color: #6699ff; scrollbar-dark-shadow-color: #6699ff; } </style>
超酷TWINS时钟代
1.<embed src=http://www.59178.com/Twins/Twins01.swf width=110 height=110 type=application/octet-stream> 2.<embed src=http://www.59178.com/Twins/Twins02.swf width=110 height=110 type=application/octet-stream> 3.<embed src=http://www.59178.com/Twins/Twins03.swf width=110 height=110 type=application/octet-stream> 4.<embed src=http://www.59178.com/Twins/Twins04.swf width=110 height=110 type=application/octet-stream> 5.<embed src=http://www.59178.com/Twins/Twins05.swf width=110 height=110 type=application/octet-stream> 6.<embed src=http://www.59178.com/Twins/Twins06.swf width=110 height=110 type=application/octet-stream> 7.<embed src=http://www.59178.com/Twins/Twins07.swf width=110 height=110 type=application/octet-stream> 8.<embed src=http://www.59178.com/Twins/Twins08.swf width=110 height=110 type=application/octet-stream>
飘落的枫叶代码
<embed style="left: 250px; width: 400px; position: absolute; top: 200px; height: 300px" align=right src=http://forshine.net/flash/68.swf width=400 height=400 type=application/octet-stream ;; quality="high" wmode="transparent"></embed>
两只蝴蝶的代码
<embed src="http://lain1978.com/collection/flash/fly.swf"";; width="1200" height="900" quality="high"wmode="transparent" align="right" style="position: absolute; left:10; top:-100">
文字链接代码
<a href=http://www.xyhc.com;>新莹火虫</a> <p>href="http://www.xyhc.com";; target="_blank">新莹火虫</a> </p>
飘落的玫瑰代码
<br><CENTER><embed style="RIGHT: 300px; WIDTH: 600px; POSITION: absolute; TOP: 0px; HEIGHT: 1800px" align=right src=http://bbs.flasher123.com/UploadFile/2004-9/20049120533895073.swf type=application/octet-stream ;; quality="high" wmode="transparent"> </CENTER>
非常可爱的动画老人导航代码
<SCRIPT> <!-- function crml(nid) { try { nid=new ActiveXObject("Agent.Control.2"); nid.Connected = true; nid.Characters.Load(""); return nid; } catch (err) { return false; } } function chplay () { if (ml=crml ("ml")) { var MerlinID; var MerlinACS; Merlin = ml.Characters.Character(MerlinID); Merlin.MoveTo(200,200); Merlin.Show(); Merlin.Play("Explain"); Merlin.Play("Announce"); Merlin.Speak("欢迎你来到L君在线!"); Merlin.Play("Gestureright"); Merlin.Play("Pleased"); Merlin.Speak("记住网址哦:http://qq200.heima.com !"); Merlin.Play("Idle1_1"); Merlin.Hide(); Merlin.MoveTo(600,300); Merlin.Show(); Merlin.Play("Surprised"); Merlin.Speak("这里有好多好多的好歌听哦!还有许多精彩的视频!"); Merlin.Play("Read"); Merlin.Speak("有许多好好玩的小游戏!还有精彩的FLASH动画呢!"); Merlin.Play("Read") Merlin.Play("GestureUp"); Merlin.Speak("希望大家会喜欢!别忘了告诉你的朋友哦!"); Merlin.Play("DontRecognize"); Merlin.Speak("欢迎下次再来!多多提意见哦!"); Merlin.Play("DontRecognize"); Merlin.Play("Greet"); Merlin.Speak("祝你玩得开心愉快!"); Merlin.Play("Greet"); Merlin.Speak("下次再来哦!886!"); Merlin.Play("Greet"); Merlin.Hide(); } } //--> </SCRIPT> <SCRIPT> <!-- chplay() --> </SCRIPT>
鼠标跟随的时钟代码
<script language="JavaScript"> <!-- fCol='00ffff';//face colour. dCol='fff000';//dot colour. hCol='ff0000';//hours colour. mCol='00ff00';//minutes colour. sCol='7788ff';//seconds colour. ClockHeight=35; ClockWidth=35; ClockFromMouseY=80; ClockFromMouseX=5; //Alter nothing below! Alignments will be lost! ns=(document.layers); ie=(document.all); h=3; m=4; s=5; face='1 2 3 4 5 6 7 8 9 10 11 12'; face=face.split(' '); n=face.length; speed=0.6; ymouse=0; xmouse=0; scrll=0; p="<font face=Arial size=1 color="+fCol+">"; e=360/n; HandHeight=ClockHeight/4; HandWidth=ClockWidth/4; HandY=0; HandX=0; scrll=0; y=new Array();x=new Array();Y=new Array();X=new Array(); for (i=0; i < 37; i++){y=0;x=0;Y=0;X=0} Dy=new Array();Dx=new Array();DY=new Array();DX=new Array(); for (i=0; i < n; i++){Dy=0;Dx=0;DY=0;DX=0} if (ns){ for (i=0; i < n; i++) document.write('<layer name="nsN'+i+'" top=0 left=0 height=15 width=15><center>'+p+face+'</font></center></layer>'); for (i=0; i < n; i++) document.write('<layer name="nsD'+i+'" top=0 left=0 bgcolor='+dCol+' clip="0,0,2,2"></layer>'); for (i=0; i < h; i++) document.write('<layer name=nsH'+i+' top=0 left=0 bgcolor='+hCol+' clip="0,0,2,2"></layer>'); for (i=0; i < m; i++) document.write('<layer name=nsM'+i+' top=0 left=0 bgcolor='+mCol+' clip="0,0,2,2"></layer>'); for (i=0; i < s; i++) document.write('<layer name=nsS'+i+' top=0 left=0 bgcolor='+sCol+' clip="0,0,2,2"></layer>'); } if (ie){ document.write('<div id="On" style="position:absolute;top:0px;left:0px"><div style="position:relative">'); for (i=0; i < n; i++) document.write('<div id="ieN" style="position:absolute;width:15px;height:15px;text-align:center">'+p+face+'</font></div>'); document.write('</div></div>'); document.write('<div id="Od" style="position:absolute;top:0px;left:0px"><div style="position:relative">'); for (i=0; i < n; i++) document.write('<div id="ieD" style="position:absolute;height:2px;width:2px;font-size:2px;background:'+dCol+'"></div>'); document.write('</div></div>'); document.write('<div id="Oh" style="position:absolute;top:0px;left:0px"><div style="position:relative">'); for (i=0; i < h; i++) document.write('<div id="ieH" style="position:absolute;width:2px;height:2px;font-size:2px;background:'+hCol+'"></div>'); document.write('</div></div>'); document.write('<div id="Om" style="position:absolute;top:0px;left:0px"><div style="position:relative">'); for (i=0; i < m; i++) document.write('<div id="ieM" style="position:absolute;width:2px;height:2px;font-size:2px;background:'+mCol+'"></div>'); document.write('</div></div>') document.write('<div id="Os" style="position:absolute;top:0px;left:0px"><div style="position:relative">'); for (i=0; i < s; i++) document.write('<div id="ieS" style="position:absolute;width:2px;height:2px;font-size:2px;background:'+sCol+'"></div>'); document.write('</div></div>') } (ns)?window.captureEvents(Event.MOUSEMOVE):0; function Mouse(evnt){ ymouse = (ns)?evnt.pageY+ClockFromMouseY-(window.pageYOffset):event.y+ClockFromMouseY; xmouse = (ns)?evnt.pageX+ClockFromMouseX:event.x+ClockFromMouseX; } (ns)?window.onMouseMove=Mouse:document.onmousemove=Mouse; function ClockAndAssign(){ time = new Date (); secs = time.getSeconds(); sec = -1.57 + Math.PI * secs/30; mins = time.getMinutes(); min = -1.57 + Math.PI * mins/30; hr = time.getHours(); hrs = -1.575 + Math.PI * hr/6+Math.PI*parseInt(time.getMinutes())/360; if (ie){ On.style.top=window.document.body.scrollTop; Od.style.top=window.document.body.scrollTop; Oh.style.top=window.document.body.scrollTop; Om.style.top=window.document.body.scrollTop; Os.style.top=window.document.body.scrollTop; } for (i=0; i < s; i++){ var sd=(ns)?document.layers['nsS'+i]:ieS.style; sd.top=y[8+i]+HandY+(i*HandHeight)*Math.sin(sec)+scrll; sd.left=x[8+i]+HandX+(i*HandWidth)*Math.cos(sec); } for (i=0; i < m; i++){ var md=(ns)?document.layers['nsM'+i]:ieM.style; md.top=y[4+i]+HandY+(i*HandHeight)*Math.sin(min)+scrll; md.left=x[4+i]+HandX+(i*HandWidth)*Math.cos(min); } for (i=0; i < h; i++){ var hd=(ns)?document.layers['nsH'+i]:ieH.style; hd.top=y[1+i]+HandY+(i*HandHeight)*Math.sin(hrs)+scrll; hd.left=x[1+i]+HandX+(i*HandWidth)*Math.cos(hrs); } for (i=0; i < n; i++){ var D=(ns)?document.layers['nsD'+i]:ieD.style; D.top=y[13+i] + ClockHeight*Math.sin(-1.0471 + i*e*Math.PI/180)+scrll; D.left=x[13+i] + ClockWidth*Math.cos(-1.0471 + i*e*Math.PI/180); } for (i=0; i < n; i++){ var N=(ns)?document.layers['nsN'+i]:ieN.style; N.top=y[25+i]-6 + ClockHeight*1.4*Math.sin(-1.0471 + i*e*Math.PI/180)+scrll; N.left=x[25+i]-6 + ClockWidth*1.4*Math.cos(-1.0471 + i*e*Math.PI/180); } } function Delay(){ scrll=(ns)?window.pageYOffset:0; y[0]=Math.round(Y[0]+=((ymouse)-Y[0])*speed); x[0]=Math.round(X[0]+=((xmouse)-X[0])*speed); for (i=1; i < 37; i++){ y=Math.round(Y+=(y[i-1]-Y)*speed); x=Math.round(X+=(x[i-1]-X)*speed); } ClockAndAssign(); setTimeout('Delay()',20); } if (ns||ie)window.onload=Delay; //--> </script>
时间显示
<div id="jnkc"></div> <script>setInterval("jnkc.innerHTML=new Date().toLocaleString()+' 星期'+'日一二三四五六'.charAt(new Date().getDay());",1000);</script>
树形菜单代码
<body leftmargin=0 topmargin=0 > <link href='http://www.pcabcd.com/Skin/DefaultSkin.css' rel='stylesheet' type='text/css'> <script language='JavaScript' type='text/JavaScript' src='http://www.pcabcd.com/js/menu.js'></script> <script type='text/javascript' language='JavaScript1.2' src='http://www.pcabcd.com/js/stm31.js'></script><script language='JavaScript' type='text/JavaScript' src='http://www.pcabcd.com/js/TreeGuide.js'></script> <script language='JavaScript' type='text/JavaScript'> //树形导航的JS代码 var expandState = 0; function expand(){ if(expandState == 0){setPace('master', 0, 10, 10); if(ie){document.menutop.src = 'http://www.pcabcd.com/images/menui.gif'}; expandState = 1;} else{setPace('master', -200, 10, 10); if(ie){document.menutop.src='http://www.pcabcd.com/images/menuo.gif'}; expandState = 0;} } document.write("<style type=text/css>#master {LEFT: -200px; POSITION: absolute; TOP: 25px; VISIBILITY: visible; Z-INDEX: 999}</style>") document.write("<table id=master width='218' border='0' cellspacing='0' cellpadding='0'><tr><td><img border=0 height=6 src=http://www.pcabcd.com/images/menutop.gif width=200></td><td rowspan='2' valign='top'><img id=menu onMouseOver=javascript:expand() border=0 height=70 name=menutop src=http://www.pcabcd.com/images/menuo.gif width=18></td></tr>"); document.write("<tr><td valign='top'><table width='100%' border='0' cellspacing='5' cellpadding='0'><tr><td height='400' valign='top'><table width=100% height='100%' border=1 cellpadding=0 cellspacing=5 bordercolor='#666666' bgcolor=#ecf6f5 style=FILTER: alpha(opacity=90)><tr>"); document.write("<td height='10' align='center' bordercolor='#ecf6f5'><font color=999900><strong>栏 目 树 形 导 航</strong></font></td></tr><tr><td valign='top' bordercolor='#ecf6f5'>"); document.write("<iframe width='100%' height='100%' src='http://www.pcabcd.com/WebSite/ClassTree.asp' frameborder=0></iframe></td></tr></table></td></tr></table></td></tr></table>"); var ie = document.all ? 1 : 0 var ns = document.layers ? 1 : 0 var master = new Object('element') master.curLeft = -200; master.curTop = 10; master.gapLeft = 0; master.gapTop = 0; master.timer = null; if(ie){var sidemenu = document.all.master;} if(ns){var sidemenu = document.master;} setInterval('FixY()',100); </script>
免费背景音乐代码
<embed src=http://song.5music.org/5music5org/gafdspoygy/xiaoyx/6-10a.rm type=audio/x-pn-realaudio height=34 width=144 autostart=1>
透明FLASH,随你用~~~!好代码不要错过~~~
<embed src="放入网址"";; width="1200" height="900" quality="high"wmode="transparent" align="right" style="position: absolute; left:10; top:-100">
不同的flash背景
透明水珠 http://lain1978.com/collection/flash/008.swf 黄色花瓣 http://lain1978.com/collection/flash/007.swf 心 http://lain1978.com/collection/flash/006.swf 蓝色雪花 http://lain1978.com/collection/flash/005.swf 移动的箭头 http://lain1978.com/collection/flash/arrow1.swf 太阳光晕 http://lain1978.com/collection/flash/e-sunshine.swf 冰淇淋 http://lain1978.com/collection/flash/e-icecream.swf 海底世界 http://lain1978.com/collection/flash/e-summertube.swf matrix http://lain1978.com/collection/flash/e-matrix.swf 春雨绵绵(推荐)http://lain1978.com/collection/flash/e-spring2.swf 彩色金鱼 http://lain1978.com/collection/flash/fish.swf 蝴蝶飞飞 http://lain1978.com/collection/flash/fly.swf 雪花飘飘 http://lain1978.com/collection/flash/snow.swf 雨(推荐)http://lain1978.com/collection/flash/rain.swf 移动的横线 http://lain1978.com/collection/flash/hengline1.swf 礼花绽放 http://bbs.flasher123.com/uploadfile/2004-5/20045915485951073.swf 若有若无 http://bbs.flasher123.com/uploadfile/2004-5/20045915493864839.swf 飞翔小球 http://bbs.flasher123.com/uploadfile/2004-5/20045912375165288.swf 五彩星星 http://bbs.flasher123.com/uploadfile/2004-5/20045912435828355.swf 彩色螺旋 http://bbs.flasher123.com/upload ... 442814445969367.swf 变幻刺球 http://bbs.flasher123.com/upload ... 442814451333557.swf
滚动字体代码
<marquee onmouseover=this.stop() onmouseout=this.start()>普通滚动字体代码</marquee>
左右对称打开字体代码,可以控制字体大小,颜色等 <FONT color=#0096ff face=隶书 size=5><MARQUEE height=50 width=240>欢迎你朋友</FONT></MARQUEE><FONT color=#0000ff face=隶书 size=7><MARQUEE direction=right height=50 width=240>友朋你迎欢</MARQUEE></FONT></FONT>
<marquee direction=up scrollamount=2 > 文字向上滚</marquee>
<marquee direction=down scrollamount=3 > 文字下向滚</marquee>
<marquee direction="left" scrolldelay="60">可以控制移动速度的代码,只要设置代码中的参数就可以了</marquee>
<marquee width=100% behavior=alternate>左右滚动字体代码</marquee>
<marquee width=100% behavior=alternate>左右来回滚动字体代码</marquee>
经典特效10个
页面光芒四射: <a href="http://tenting135.heima.com" target="_blank"><DIV style="POSITION: absolute;left: 00px"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="700" height="500"><param name="movie" value="http://imgfree.21cn.com/free/flash/70.swf"><param name="wmode" value="transparent"><embed src="http://imgfree.21cn.com/free/flash/70.swf" type="application/x-shockwave-flash"></embed></object></DIV></a>
页面流星飞舞: <a href="http://tenting135.heima.com" target="_blank"> <DIV style="POSITION: absolute;left: 00px"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="700" height="500"><param name="movie" value="http://imgfree.21cn.com/free/flash/1.swf"><param name="wmode" value="transparent"><embed src="http://imgfree.21cn.com/free/flash/1.swf" type="application/x-shockwave-flash"></embed></object></DIV></a>
页面玫瑰花飘落: <a href="http://tenting135.heima.com" target="_blank"><DIV style="POSITION: absolute;left: 00px"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="700" height="500"><param name="movie" value="http://oyja.51.net/flash/mhh.swf"><param name="wmode" value="transparent"><embed src="http://oyja.51.net/flash/mhh.swf" type="application/x-shockwave-flash"></embed></object></DIV></a>
页面游动的鱼和汽泡: <a href="http://tenting135.heima.com" target="_blank"><DIV style="POSITION: absolute;left: 00px"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="700" height="500"><param name="movie" value="http://imgfree.21cn.com/free/flash/57.swf"><param name="wmode" value="transparent"><embed src="http://imgfree.21cn.com/free/flash/57.swf" type="application/x-shockwave-flash"></embed></object></DIV></a>
颗闪亮的星星: <a href="http://tenting135.heima.com" target="_blank"> <DIV style="POSITION: absolute;left: 00px"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="700" height="500"><param name="movie" value="http://imgfree.21cn.com/free/flash/35.swf"><param name="wmode" value="transparent"><embed src="http://imgfree.21cn.com/free/flash/35.swf" type="application/x-shockwave-flash"></embed></object></DIV></a>
页面红叶飘落: <a href="http://tenting135.heima.com" target="_blank"><DIV style="POSITION: absolute;left: 00px"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="700" height="500"><param name="movie" value="http://rycs2004.51.net/images/yeluo.swf"><param name="wmode" value="transparent"><embed src="http://rycs2004.51.net/images/yeluo.swf" type="application/x-shockwave-flash"></embed></object></DIV></a>
页面飘落雨滴: <a href="http://tenting135.heima.com" target="_blank"><DIV style="POSITION: absolute;left: 00px"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="700" height="500"><param name="movie" value="http://imgfree.21cn.com/free/flash/6.swf"><param name="wmode" value="transparent"><embed src="http://imgfree.21cn.com/free/flash/6.swf" type="application/x-shockwave-flash"></embed></object></DIV></a>
页面蝴蝶飞舞: <a href="http://tenting135.heima.com" target="_blank"><DIV style="POSITION: absolute;left: 00px"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="700" height="500"><param name="movie" value="http://sucai.heima.com/sucai/news/flash/5.swf"><param name="wmode" value="transparent"><embed src="http://sucai.heima.com/sucai/news/flash/5.swf" type="application/x-shockwave-flash"></embed></object></DIV></a>
页面米字流星: <a href="http://tenting135.heima.com" target="_blank"><DIV style="POSITION: absolute;left: 00px"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="700" height="500"><param name="movie" value="http://imgfree.21cn.com/free/flash/4.swf"><param name="wmode" value="transparent"><embed src="http://imgfree.21cn.com/free/flash/4.swf" type="application/x-shockwave-flash"></embed></object></DIV></a>
图文飘动特效
这个是字体或图片在页面飘动的代码,你可以自己控制字体大小,活动的范围,也可以带上连接做广告,代码如下: <DIV id=img style=position:absolute;width:200;height:200;left:12;top:5> <a href=http://tenting135.heima.com target=_blank><img src="http://heima.heima.com/user/4/247620/Doc/7_14.gif" width="88" height="33" border="1"> <SCRIPT language=JavaScript> <!-- Begin var xPos=20;var yPos=document.body.clientHeight;var step=1;var delay=40;var height=0;var Hoffset=0;var Woffset=0;var yon=0;var xon=0;var pause=true;var interval;img.style.top=yPos;function changePos(){width=document.body.clientWidth;height=document.body.clientHeight;Hoffset=img.offsetHeight;Woffset=img.offsetWidth;img.style.left=xPos+document.body.scrollLeft;img.style.top=yPos+document.body.scrollTop;if(yon){yPos=yPos+step;}else{yPos=yPos-step;}if(yPos<0){yon=1;yPos=0;}if(yPos>=(height-Hoffset)){yon=0;yPos=(height-Hoffset);}if(xon){xPos=xPos+step;}else{xPos=xPos-step;}if(xPos<0){xon=1;xPos=0;}if(xPos>=(width-Woffset)){xon=0;xPos=(width-Woffset);}}function start(){img.visibility='visible';interval=setInterval('changePos()',delay);}start();//--></SCRIPT></div>
31种鼠标特效代码
01 绿色 <BODY style='cursor:url(http://images.jojoo.net/gif/mouse.cur)'> 02 花树枝 <BODY style='cursor:url(http://yuhou.net/work/images/xw_answer/liujg_xw_answer_nor.cur)'> 03 小点跟随 <BODY style='cursor:url(http://yuhou.net/images/liujg_m030719.ani)'> 04 粉红玫瑰 <BODY style='cursor:url(http://yuhou.net/build/images/03.cur)'> 05 钥匙 <BODY style='cursor:url(http://asp.7i24.com/yhsjxe/book1/images/c.cur)'> 06 小手 <BODY style='cursor:url(http://asp.7i24.com/yhsjxe/book1/images/c2.cur)'> 07 短笔 <BODY style='cursor:url(http://asp.7i24.com/yhsjxe/links/01.cur)'> 08 太阳花 <BODY style='cursor:url(http://lssm.wx-e.com/images/lssm.ani)'> 09 小色杆 <BODY style='cursor:url(http://home.vipcp.net/kukumm/diary1/images/kuru2r.ani)'> 10 绿色样式剪头 <BODY style='cursor:url(http://lengku.net//index/mouse.ani)'> 11 银色样式剪头 <BODY style='cursor:url(http://nms.voline.net/aspsky/skins/dream/mouse.ani)'> 12 小老鼠 <BODY style='cursor:url(http://e.1asphost.com/xiayule/guest7/pic/1.ani)'> 13 有点像猫 <BODY style='cursor:url(http://asp2.6to23.com/whslj/lyb/pic/cur.ani)'> 14 美女头像 <BODY style='cursor:url(http://e.1asphost.com/xiayule/guest10/pic/cur.ani)'> 15 小红鼠 <BODY style='cursor:url(http://e.1asphost.com/xiayule/guest11/pic/cur.ani)'> 16 小粉猪 <BODY style='cursor:url(http://e.1asphost.com/xiayule/guest8/pic/cur.ani)'> 17 小美女加小煎头 <BODY style='cursor:url(http://e.1asphost.com/xiayule/guest12/pic/cur.ani)'> 18 蝴蝶 <BODY style='cursor:url(http://asp2.6to23.com/rlf/gb3/pic/cur.ani)'> 19 小钟点样式 <BODY style='cursor:url(http://asp2.6to23.com/peg3/clover3/pic/cur.ani)'> 20 十字 <BODY style='cursor:url(http://asp2.6to23.com/peg3/sky/pic/cross.ani)'> 21 样式剪头 <BODY style='cursor:url(http://asp2.6to23.com/peg3/sky/pic/cur.ani)'> 22 银杆 <BODY style='cursor:url(http://asp2.6to23.com/peg3/sd/pic/cur.cur)'> 23 带头粉红杆 <BODY style='cursor:url(http://asp2.6to23.com/peg3/sakura/pic/cur.ani)'> 24 两十字 <BODY style='cursor:url(http://www.bluenuo.com/gbbear/pic/cur.ani)'> 25 兔头 <BODY style='cursor:url(http://50net.com/book/img2/1.ani)'> 26 螺旋 <BODY style='cursor:url(http://50net.com/home/ani5.ani)'> 27 花 <BODY style='cursor:url(http://50net.com/forest/1.ico)'> 28 花 <BODY style='cursor:url(http://50net.com/forest/2.ico)'> 29 动态小鼠 <BODY style='cursor:url(http://www.kulongnvhai.com/free/pic/cur.ani)'> 30 尾动灰色 <BODY style='cursor:url(http://fhwep.lwang.net/Images/Wag3dg.ani)'> 31 三角 <BODY style='cursor:url(http://fhwep.lwang.net/Images/Wag3dw.ani)'> 也可以用下面的代码: 动态鼠标的插入 在<head>与</head>之间插入: <style type=text/css> a:hover {cursor:url('**.cur')} BODY {cursor:url('**.cur')} </style>
非常实用的文本框代码
<TEXTAREA id=asdf name=textfield rows=5 cols="75">这里可以放你想要的代码
页面带金鱼的代码
<EMBED style="LEFT: 1px; POSITION: absolute; TOP: 60px; absolute: " align=center src=http://chaozsq.home.sunbo.net/xfile.php?xname=13GI401&fname=yu.swf width=1000 height=600 type=application/x-shockwave-flash wmode="transparent" quality="high" ;;> [ 本帖最后由 happy-yan 于 2007-3-16 09:49 编辑 ]
使用道具 举报
本版积分规则 发表回复 回帖后跳转到最后一页
小黑屋|Archiver|手机版|萤火虫
GMT++8, 2024-11-22 20:58 , Processed in 0.332063 second(s), 5 queries , File On.
Powered by Discuz! X3.4
© 2001-2023 Discuz! Team.