发新话题
打印

[已回复] 帮我看下这个鼠标代码那里有问题了 显示不出来!!

帮我看下这个鼠标代码那里有问题了 显示不出来!!

复制内容到剪贴板
代码:
<BODY style='cursor:url(http://xx66.91.tc/%2Fyjzy/e.cur)'>
以前能用的 不晓得现在怎么搞  首页不显示鼠标了....谢谢各位大虾!

TOP

代码不正确,鼠标URL不对,这个是一个光标的下载文件,没有上传得到ani后缀的路经。
标准代码:
引用:
<style>body{CURSOR:url('鼠标地址');}</style>
送你一个鼠标,我认为很漂亮:
引用:
<style>body{CURSOR:url('http://www.admans.net/mouse/mouse018.ani');}</style>
[ 本帖最后由 diy1 于 2008-4-30 16:46 编辑 ]
本帖最近评分记录
  • 粉嘟嘟烟圈 金币 +3 感谢支持,TOPZJ有您更精彩! 2008-4-30 16:48

TOP

代码没问题,可以用,你看我用了你的http://fqshw.ent.topzj.com/

点击进入→休闲驿站风格平台

TOP

我告诉你是什么原因,是这段代码
复制内容到剪贴板
代码:
<BODY style='cursor:url(http://www.91.tc/admin/yjzy/e.cur)'><script src="http://mhpx.91.tc/chaolianjie.js"></script>
<TABLE style="BORDER-TOP-STYLE: ridge; BORDER-RIGHT-STYLE: ridge; BORDER-LEFT-STYLE: ridge; BORDER-BOTTOM-STYLE: ridge" borderColor=#D3DF92 cellSpacing=2 cellPadding=2 width="100%" bgColor=#EEF5C9 border=1 heihgt="">
<TBODY>
<TR>
<TD> <a href="http://ciduwish.cidu.net/wish.asp?user=88xx" target="_blank" ;;><FONT color=#336633><b>小筑许愿版</b></font></a></TD>
<TD> <a href="http://88jlff.id666.com/" target="_blank" ;;><FONT color=#336633><b>幽香居</b></font></a></TD>
<TD> <a href="http://photo.163.com/" target="_blank" ;;><FONT color=#336633><b>网易相册</b></font></a></TD>
<TD> <a href="http://www.google.cn/" target="_blank" ;;><FONT color=#336633><b>google搜索</b></font></a></TD>
<TD> <a href="http://www.51live.com/" target="_blank" ;;><FONT color=#336633><b>网络电视</b></font></a></TD>
<TD> <a href="http://nj.onlinedown.net/" target="_blank" ;;><FONT color=#336633><b>华军软件</b></font></a></TD>
<TD> <a href="http://www.linkwan.com/gb/broadmeter/speedauto/Top20.asp?type=%BD%F1%CC%EC" target="_blank" ;;><FONT color=#336633><b>世界网络</b></font></a></TD>
<TD> <a href="http://www.duba.net/download/package/KS.shtml" target="_blank" ;;><FONT color=#336633><b>金山毒霸</b></font></a></TD>
<TD> <a href="http://mail.163.com/" target="_blank" ;;><FONT color=#336633><b>163邮箱</b></font></a></TD>
<TD> <a href="http://shop33981485.taobao.com/" target="_blank" ;;><FONT color=#336633><b>清馨淘宝店铺</b></font></a></TD>
<TD> <a href="http://shop.paipai.com/32731007" target="_blank" ;;><FONT color=#336633><b>清馨拍拍店铺</b></font></a></TD></TR></TBODY></TABLE>
<script>var hellotext="欢迎来到清馨小筑";var thetext="";var started=false;var step=0;var times=1;function welcometext(){times--;if(times==0){if(started==false){started=true;window.status=hellotext;setTimeout("anim()",1);}thetext=hellotext;}}function showstatustext(txt){thetext=txt;setTimeout("welcometext()",4000);times++;}function anim(){step++;if(step==7){step=1};if(step==1){window.status='>==='+thetext+'===<'};if(step==2){window.status='=>=='+thetext+'==<='};if(step==3){window.status='>=>='+thetext+'=<=<'};if(step==4){window.status='=>=>'+thetext+'<=<='};if(step==5){window.status='==>='+thetext+'=<=='};if(step==6){window.status='===>'+thetext+'<==='};setTimeout("anim()",200);};welcometext()</script>
把上面的代码取消鼠标就显示了

点击进入→休闲驿站风格平台

TOP

恩绝对是代码问题

TOP

发新话题