I am trying to make a custom cursor for a website, which when clicked, anywhere on the page, the cursor changes to another image, until the button is unclicked when it will revert back to the original cursor.
body {
cursor: url('images/cursor.png'), auto;
}