<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>CSS custom cursor</title> <style> a { cursor: url("examples/resources/custom.gif"), url("examples/resources/custom.cur"), default; } </style> </head> <body> <p>Place your mouse pointer <a href="#">click me</a> to reveal the custom cursor.</p> </body> </html>