渣王 发表于 2003-3-8 16:09:00

鼠标的各种形状

第一步:把如下代码加入<head>区域中
<table width="53%" border="0">
      <tr>
      <td width="51%" height="25">
          <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="25">
          <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="29" 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="29">
          <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="29" 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="29">
          <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="29" 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="29">
          <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="29" 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="29">
          <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="29" 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="29">
          <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="29" 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="29">
          <div align="left"></div>
      </td>
      </tr>
    </table>
********************************************************************
显示区:
style="cursor:hand"
style="cursor:crosshair"
style="cursor:text"
style="cursor:wait"
style="cursor:move"
style="cursor:help"
style="cursor:e-resize"
style="cursor:n-resize"
style="cursor:nw-resize"
style="cursor:s-resize"  
style="cursor:sw-resize"
style="cursor:se-resize"
页: [1]
查看完整版本: 鼠标的各种形状