2025-03-03
2292
#css
Samson Omojola
132928
116
Mar 3, 2025 ⋅ 8 min read

A guide to the CSS cursor property

Samson Omojola I'm an experienced software engineer. I love creating applications with responsive, beautiful, intuitive, state-of-the-art designs. I'm skilled in HTML, CSS, JavaScript, Ionic, React, PHP, Laravel, and Flutter.

Recent posts:

tanstack table react table

A complete guide to TanStack Table (formerly React Table)

Discover how to use TanStack Table, formerly known as React Table, to build a table UI for a variety of use cases.

Paramanantham Harrison
Mar 28, 2025 ⋅ 14 min read
javascript object prototypes

JavaScript prototypes: How objects inherit properties and methods

Explore what prototypes are, how the prototype chain works, and how to use the prototype chain to create inheritance between objects.

Ibadehin Mojeed
Mar 28, 2025 ⋅ 7 min read
set up Node.js with TypeScript and Express

How to set up TypeScript with Node.js and Express

Set up TypeScript with Node.js and Express, focusing on configuring key elements for a smooth development experience.

Aman Mittal
Mar 28, 2025 ⋅ 9 min read
featured image tsx extension

What is the difference between a .ts and .tsx file extension?

Examine the differences between the .ts and .tsx file types, their use cases, and best practices for a React TypeScript project.

Hussain Arif
Mar 27, 2025 ⋅ 8 min read
View all posts

5 Replies to "A guide to the CSS <code>cursor</code> property"

  1. useful probably only if you copy the example itselft
    in ‘real world’ the custom cursor if far away from the actual one

  2. You wrote: “Custom cursors can be a great way to draw your users in, keep them engaged…”

    Here. I’ll fix it for you:
    “Custom cursors can be a great way to draw your users in, keep them ENRAGED.”

    Please don’t use them. They’re annoying and counterproductive.

  3. Instead of updating style property – just set beforehand custom properties and update them. And use those custom properties in css of your cursors.

Leave a Reply