各种形状的鼠标
脚本说明:
第一步:把如下代码加入<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>
|