The Most Secure Cross Browser Testing Platform since 2012

Blog

Cross Browser Cursors

Manual_Browser_Testing
BLOG / Web Development

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.