网站首页 手机版
 注册 登录
您现在的位置: 畅无忧设计 >> 网页特效 >> 鼠标特效 >> 正文
最新文章
· jQuery鼠标悬停显示提示信息窗口
· 网页上记录鼠标的点击次数
· Js模拟的Windows上下文右键菜单代码
· 一个挺漂亮的鼠标跟随效果
· 用方向键来控制图片移动
· 实时动态获得鼠标在网页中X、Y坐标
· JavaScript取得按下键盘的方向键是哪
· Js用按钮检测鼠标是单击还是双击
· 给网页定义快捷键
· 鼠标跟随提示效果
热门文章
 jQuery鼠标悬停显示提示信息窗口
 用方向键来控制图片移动
 Js用按钮检测鼠标是单击还是双击
 Js模拟的Windows上下文右键菜单代码
 JavaScript取得按下键盘的方向键是
 网页上记录鼠标的点击次数
 实时动态获得鼠标在网页中X、Y坐标
 在网页中实现写字和橡皮擦的特效
 一个挺漂亮的鼠标跟随效果
 鼠标跟随提示效果
相关文章
没有相关文章
常用各种形状的鼠标
来源:站长资源网 更新时间:2010/8/11 11:19:21 阅读次数: 我要投稿
△运行 ☉预览 #复制 +收藏
特效代码:
<html>
<head>
<title>网页特效|Admin158.Com|---各种形状的鼠标</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body> 
<br>
<br>
<center><font color=red face="隶书" size=6>各种形状的鼠标</font></center>
<br>
<br><center>
<table border=1 bordercolor=#000000 borderlight=green style="border-collapse: collapse" cellpadding="0" cellspacing="0">
<tr><td align=center><font size=5 color=red face="华文中宋"><strong>
下页为效果显示区!</strong></font></td></tr><tr><td width=400 height=150>
  <table width="100%" border="0" height="200">
      <tr> 
        <td width="51%" height="21"> 
          <div align="left"><font face="Arial, Helvetica, sans-serif" size="2"><b><a href="cursor.htm" style="cursor:hand">style="cursor:hand"</a></b></font></div>
        </td>
        <td width="49%" valign="top" height="21"> 
          <div align="left"><font face="Arial, Helvetica, sans-serif" size="2"><b><a href="cursor.htm" style="cursor:crosshair">style="cursor:crosshair"</a></b></font></div>
        </td>
      </tr>
      <tr> 
        <td width="51%" height="25" valign="top"> 
          <div align="left"><font face="Arial, Helvetica, sans-serif" size="2"><b><a href="cursor.htm" style="cursor:text">style="cursor:text"</a></b></font></div>
        </td>
        <td width="49%" valign="top" height="25"> 
          <div align="left"><font face="Arial, Helvetica, sans-serif" size="2"><b><a href="cursor.htm" style="cursor:wait">style="cursor:wait"</a></b></font></div>
        </td>
      </tr>
      <tr> 
        <td width="51%" height="25" valign="top"> 
          <div align="left"><font face="Arial, Helvetica, sans-serif" size="2"><b><a href="cursor.htm" style="cursor:move">style="cursor:move"</a></b></font></div>
        </td>
        <td width="49%" valign="top" height="25"> 
          <div align="left"><font face="Arial, Helvetica, sans-serif" size="2"><b><a href="cursor.htm" style="cursor:help">style="cursor:help"</a></b></font></div>
        </td>
      </tr>
      <tr> 
        <td width="51%" height="25" valign="top"> 
          <div align="left"><font face="Arial, Helvetica, sans-serif" size="2"><b><a href="cursor.htm" style="cursor:e-resize">style="cursor:e-resize"</a></b></font></div>
        </td>
        <td width="49%" valign="top" height="25"> 
          <div align="left"><font face="Arial, Helvetica, sans-serif" size="2"><b><a href="cursor.htm" style="cursor:n-resize">style="cursor:n-resize"</a></b></font></div>
        </td>
      </tr>
      <tr> 
        <td width="51%" height="25" valign="top"> 
          <div align="left"><font face="Arial, Helvetica, sans-serif" size="2"><b><a href="cursor.htm" style="cursor:nw-resize">style="cursor:nw-resize"</a></b></font></div>
        </td>
        <td width="49%" valign="top" height="25"> 
          <div align="left"><font face="Arial, Helvetica, sans-serif" size="2"><b><a href="cursor.htm" style="cursor:w-resize">style="cursor:w-resize"</a></b></font></div>
        </td>
      </tr>
      <tr> 
        <td width="51%" height="25" valign="top"> 
          <div align="left"><font face="Arial, Helvetica, sans-serif" size="2"><b><a href="cursor.htm" style="cursor:s-resize">style="cursor:s-resize"</a></b></font></div>
        </td>
        <td width="49%" valign="top" height="25"> 
          <div align="left"><font face="Arial, Helvetica, sans-serif" size="2"><b><a href="cursor.htm" style="cursor:se-resize">style="cursor:se-resize"</a></b></font></div>
        </td>
      </tr>
      <tr> 
        <td width="51%" height="26" valign="top"> 
          <div align="left"><font face="Arial, Helvetica, sans-serif" size="2"><b><a href="cursor.htm" style="cursor:sw-resize">style="cursor:sw-resize"</a></b></font></div>
        </td>
        <td width="49%" valign="top" height="26"> 
          <div align="left"></div>
        </td>
      </tr>
    </table></td></tr>
</table></center>
<br>
<br>
<center>
<SCRIPT LANGUAGE="JavaScript">

<!-- hide

function goHist(a) 

{

   history.go(a);

}

//-->

</script></center>
<br>
<br>
</body>
</html>

△运行 ☉预览 #复制 +收藏
特效说明:
常用各种形状的鼠标
  • 上一篇文章:
  • 下一篇文章:
  • 关于我们 - 联系我们 - 广告服务 - 在线投稿 - 友情链接 - 网站地图 - 版权声明
    CopyRight 2008-2010, CWYDESIGN.COM - 畅无忧设计, Inc. All Rights Reserved
    滇ICP备09005765号