Home  >  Article  >  Web Front-end  >  cursor mouse style?

cursor mouse style?

PHP中文网
PHP中文网Original
2017-06-09 11:05:011796browse


  • Value: [ [

  • [

  • auto: Normal mouse

  • crosshair: crosshair mouse

  • default: default mouse

  • pointer: point Mouse (hand, written two to take care of IE5, it only recognizes hand.)

  • move: Move the mouse

  • e-resize( East),ne-resize(North East),nw-resize(North West),n-resize(North),se-resize(South East),sw-resize(South West),s-resize(South),w -resize(West): Change the size of the mouse

  • text: Text mouse

  • wait: Wait for the mouse

  • help: Help mouse

  • progress: Process mouse, processing

  • inherit: inherit

  • no-drop: cannot be released, cannot be dragged

  • not-allowed: prohibited

  • url(' # ');# = Cursor file address (note that the file format must be: .cur or .ani). Note: After defining the custom cursor, add a general cursor at the end, in case the cursors defined by the URL cannot be used

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn