zoukankan      html  css  js  c++  java
  • css鼠标手型cursor中hand与pointer

    css鼠标手型cursor中hand与pointer  

    • Example:CSS鼠标手型效果 <href="#" style="cursor:hand">CSS鼠标手型效果</a><br/>  
    • Example:CSS鼠标手型效果 <href="#" style="cursor:pointer">CSS鼠标手型效果</a><br/>  
    • 注:pointer也是小手鼠标,建议大家用pointer,因为它可以兼容多种浏览器。<br/>  
    • Example:CSS鼠标由系统自动给出效果 <href="#" style="cursor:auto">CSS鼠标由系统自动给出效果</a><br/>  
    • Example:CSS鼠标十字型 效果 <href="#" style="cursor:crosshair">CSS鼠标十字型 效果</a><br/>  
    • Example:CSS鼠标I字型效果 <href="#" style="cursor:text">CSS鼠标I字形效果</a><br/>  
    • Example:CSS鼠标等待效果 <href="#" style="cursor:wait">CSS鼠标等待效果</a><br/>  
    • Example:CSS鼠标默认效果 <href="#" style="cursor:default">CSS鼠标默认效果</a><br/>  
    • Example:CSS鼠标向右的箭头效果 <href="#" style="cursor:e-resize">CSS鼠标向右的箭头效果</a><br/>  
    • Example:CSS鼠标向右上箭头效果 <href="#" style="cursor:ne-resize">CSS鼠标向右上箭头效果</a><br/>  
    • Example:CSS鼠标向上箭头效果 <href="#" style="cursor:n-resize">CSS鼠标向上箭头效果</a><br/>  
    • Example:CSS鼠标向左上箭头效果 <href="#" style="cursor:nw-resize">CSS鼠标向左上箭头效果</a><br/>  
    • Example:CSS鼠标向左箭头效果 <href="#" style="cursor:w-resize">CSS鼠标向左箭头效果</a><br/>  
    • Example:CSS鼠标向左下箭头效果 <href="#" style="cursor:sw-resize">CSS鼠标向左下箭头效果</a><br/>  
    • Example:CSS鼠标向下箭头效果 <href="#" style="cursor:s-resize">CSS鼠标向下箭头效果</a><br/>  
    • Example:CSS鼠标向右下箭头效果 <href="#" style="cursor:se-resize">CSS鼠标向下箭头效果</a><br/>  
    css鼠标手型cursor中hand与pointer
    Example:CSS鼠标手型效果 <a href="#" style="cursor:hand">CSS鼠标手型效果</a><br/>
    Example:CSS鼠标手型效果 <a href="#" style="cursor:pointer">CSS鼠标手型效果</a><br/>
    注:pointer也是小手鼠标,建议大家用pointer,因为它可以兼容多种浏览器。<br/>
    Example:CSS鼠标由系统自动给出效果 <a href="#" style="cursor:auto">CSS鼠标由系统自动给出效果</a><br/>
    Example:CSS鼠标十字型 效果 <a href="#" style="cursor:crosshair">CSS鼠标十字型 效果</a><br/>
    Example:CSS鼠标I字型效果 <a href="#" style="cursor:text">CSS鼠标I字形效果</a><br/>
    Example:CSS鼠标等待效果 <a href="#" style="cursor:wait">CSS鼠标等待效果</a><br/>
    Example:CSS鼠标默认效果 <a href="#" style="cursor:default">CSS鼠标默认效果</a><br/>
    Example:CSS鼠标向右的箭头效果 <a href="#" style="cursor:e-resize">CSS鼠标向右的箭头效果</a><br/>
    Example:CSS鼠标向右上箭头效果 <a href="#" style="cursor:ne-resize">CSS鼠标向右上箭头效果</a><br/>
    Example:CSS鼠标向上箭头效果 <a href="#" style="cursor:n-resize">CSS鼠标向上箭头效果</a><br/>
    Example:CSS鼠标向左上箭头效果 <a href="#" style="cursor:nw-resize">CSS鼠标向左上箭头效果</a><br/>
    Example:CSS鼠标向左箭头效果 <a href="#" style="cursor:w-resize">CSS鼠标向左箭头效果</a><br/>
    Example:CSS鼠标向左下箭头效果 <a href="#" style="cursor:sw-resize">CSS鼠标向左下箭头效果</a><br/>
    Example:CSS鼠标向下箭头效果 <a href="#" style="cursor:s-resize">CSS鼠标向下箭头效果</a><br/>
    Example:CSS鼠标向右下箭头效果 <a href="#" style="cursor:se-resize">CSS鼠标向下箭头效果</a><br/>

    摘自heisetoufa 博客
    生活不是用眼泪博得同情 而是用汗水赢得掌声
  • 相关阅读:
    c# 与 winform 界面开发
    文件大小的友好输出及其 Python 实现
    bookhub -- 扁平化本地电子书管理与分享工具
    阶段性放弃 wxPython 前的总结
    数据挖掘环境下的个人信息安全
    精益阅读 -- 科技图书的阅读过程管理工具
    wxPython Modal Dialog 模式对话框
    wxPython 基本框架与运行原理 -- App 与 Frame
    JAVA向,二叉查找树
    线性表实践-选票算法
  • 原文地址:https://www.cnblogs.com/tutuyforever/p/5085076.html
Copyright © 2011-2022 走看看