Cursor -- defines the mouse Style

Source: Internet
Author: User
Cursor-- Define the mouse Style
  • Value: [[<URI>,] * [auto | crosshair | default | pointer | move | E-resize | ne-resize | NW-resize | n-resize | se-resize | Sw-resize | S-resize | w-resize | text | wait | help | progress] | inherit
    • [<URI>,] *: displays data based on user-defined resources.
    • Auto: normal mouse
    • Crosshair: Cross mouse
    • Default: Default mouse
    • Pointer: Point mouse
    • Move: move the mouse
    • E-resize, Ne-resize, NW-resize, N-resize, Se-resize, SW-resize, S-resize, W-resize: Change the mouse size
    • Text: Text mouse
    • Wait: waiting for the mouse
    • Help: help Mouse
    • Progress: Process mouse
    • Inherit: Inheritance
  • URL: http://www.dreamdu.com/css/property_cursor/
  • Initial Value: Auto
  • Inheritance: Yes
  • Applicable to: All elements
  • Cursor: Chinese"Mouse.
Example

 


P # auto
{
Cursor: auto;
}

P # text
{
Cursor: text;
}

P # Wait
{
Cursor: Wait;
}

P # Help
{
Cursor: help;
}

P # progress
{
Cursor: progress;
}

Cursor -- defines the mouse Style

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.