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