zoukankan      html  css  js  c++  java
  • 各种MOUSE形状的表示方法

    <a   href="http://"   style="cursor:   auto;">auto</a><br/>     
    <a   href="http://"   style="cursor:   crosshair   ">crosshair   </a><br/>     
    <a   href="http://"   style="cursor:   default   ">default   </a><br/>     
    <a   href="http://"   style="cursor:   hand   ">hand   </a><br/>     
    <a   href="http://"   style="cursor:   move   ">move   </a><br/>     
    <a   href="http://"   style="cursor:   e-resize   ">e-resize   </a><br/>     
    <a   href="http://"   style="cursor:   ne-resize   ">ne-resize   </a><br/>     
    <a   href="http://"   style="cursor:   nw-resize">nw-resize</a><br/>     
    <a   href="http://"   style="cursor:   n-resize">n-resize</a><br/>     
    <a   href="http://"   style="cursor:   se-resize">se-resize</a><br/>     
    <a   href="http://"   style="cursor:   sw-resize">sw-resize</a><br/>     
    <a   href="http://"   style="cursor:   s-resize">s-resize</a><br/>     
    <a   href="http://"   style="cursor:   w-resize">w-resize</a><br/>     
    <a   href="http://"   style="cursor:   text">text</a><br/>     
    <a   href="http://"   style="cursor:   wait">wait</a><br/>     
    <a   href="http://"   style="cursor:   help">help</a><br/>   
    IE6支持的<br/>   
    <a   href="http://"   style="cursor:   pointer">pointer</a><br/>   
    <a   href="http://"   style="cursor:   progress">progress</a><br/>   
    <a   href="http://"   style="cursor:   not-allowed">not-allowed</a><br/>   
    <a   href="http://"   style="cursor:   no-drop">no-drop</a><br/>   
    <a   href="http://"   style="cursor:   vertical-text">vertical-text</a><br/>   
    <a   href="http://"   style="cursor:   all-scroll">all-scroll</a><br/>   
    <a   href="http://"   style="cursor:col-resize">col-resize</a><br/>   
    <a   href="http://"   style="cursor:   row-resize">row-resize</a><br/>   
    <a   href="http://"   style="cursor:   url(*.cur)">自定义鼠标指针(请替换成相应的文件):*.cur</a><br/>   
    <a   href="http://"   style="cursor:   url(*.ani)">自定义鼠标指针(请替换成相应的文件):*.ani</a><br/>   
     
    
    
  • 相关阅读:
    shop--8.商品类别--辅助工具
    shop--8.商品类别--初始化展示
    数据库的三个基本范式
    DB2 常用命令
    用Java编程计算出所有的"水仙花数"
    用Java编程计算兔子生兔子的问题
    用Java编程计算猴子吃桃问题
    MySQL安装详解图文版(V5.5 For Windows)
    SQL 左外连接,右外连接,全连接,内连接
    mysql desc esc 基本命令总结
  • 原文地址:https://www.cnblogs.com/liugang/p/1638322.html
Copyright © 2011-2022 走看看