Cross Browser Cursors

Cross Browser Cursors
Cursors is the support for `zoom-in` and `zoom-out` values for the css3 `cursor` property.
Browser Support
This feature is already supported by a few major browsers including Chrome, Firefox, Safari, Microsoft Edge and Opera.
Code Example
You can use Cursors like this:
:link,:visited {
cursor: url(example.svg#linkcursor),
url(hyper.cur),
url(hyper.png) 2 3,
pointer
}
More Information
More information can be found here.