萬盛學電腦網

 萬盛學電腦網 >> 網頁制作 >> DivCSS教程 >> 如何用CSS自定義鼠標顯示的形狀

如何用CSS自定義鼠標顯示的形狀

 <style type="text/css"> <!-- span {display:block;line-height:30px;margin:5px 0;background:#f0f0f0;text-align:center;} --> </style> <span style="cursor:hand;">hand 手型</span> <span style="cursor:crosshair;">crosshair 十字</span> <span style="cursor:text;">text 文本</span> <span style="cursor:wait;">wait 等待</span> <span style="cursor:help;">help 問號</span> <span style="cursor:e-resize;">e-resize 右的箭頭</span> <span style="cursor:ne-resize;">ne-resize 右上的箭頭</span> <span style="cursor:n-resize;">n-resize 上的箭頭</span> <span style="cursor:nw-resize;">nw-resize 左上的箭頭</span> <span style="cursor:w-resize;">w-resize 左的箭頭</span> <span style="cursor:sw-resize;">sw-resize 左下的箭頭</span> <span style="cursor:s-resize;">s-resize 下的箭頭</span> <span style="cursor:se-resize;">se-resize 右下的箭頭</span> <span style="cursor:move;">move 移動</span> <p>查找更多代碼,請訪問:<a href="http://www.xiaoxiangzi.com" target="_blank">小祥子站</a></p>

copyright © 萬盛學電腦網 all rights reserved