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