Variable Visions

Articles CSS CUSTOM-CURSOR-USING-ONLY-CSS


tutorials - CSS and Web-Development.

CUSTOM CURSOR USING ONLY CSS

Published Sun. Dec. 09, 2012


body { cursor: url(images/icon.png), default; } // to set the cursor
all the time
body a { cursor: url(images/icon.png), default; } // to keep the
custom cursor when hovering over a link


Tag(s): CSS cursor



RECENT ARTICLES:

PUBLISHED ON 06.1.23arrowBuilding a JavaScript Metronome using Open AI Chat GPT

PUBLISHED ON 05.15.23arrowHow Do I Remove Footage Gaps in Adobe Premiere

TAGS

CATEGORIES