• 常见的鼠标形状


    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <title>Ajax中国网页特效 - 各种鼠标指针形状大全</title>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    </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>

     将些代码复制后运行,即可看到各种鼠标形状。

    在路上...
  • 相关阅读:
    Python 使用 environs 库来更好地定义环境变量
    五分钟带你了解map、reduce和filter
    部署React前端和Django后端的3种方法
    marshmallow库更优雅的数据转换
    利用 attrs 和 cattrs 两个库实现 Python 面向对象编程
    parse库,更友好的格式化数据提取方案
    python之prettytable模块格式化打印
    使用类型注解让 Python 代码更易读
    jksj算法训练营-第三课01 数组、链表、跳表
    linux安装java步骤
  • 原文地址:https://www.cnblogs.com/chenkaiadd/p/2989344.html
Copyright © 2020-2023  润新知