Variable Visions

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

Keywords:CSS cursor