Normal Select.cur
- Published on June 29th 2016 by Bash Cat.
- Released under the Release to Public Domain license.
- Designated to be used as a Normal Select cursor by right- or left-handed people.
- Static (non-animated) cursor.
A completely simple mouse cursor. It is a white circle with a black border, which is a very useful color style because it can be seen over any color. I never saw any cursor like this one on the library, so I decided to make one for myself and the internet!
Resources
- What is a mouse cursor?
- How to download and use a mouse cursor?
- Draw your own cursor online.
- Learn how to create animated cursors in a video tutorial.
HTML cursor code
To use the cursor on your web or a MySpace profile, add the following code to your page:
<style type="text/css">
body {cursor: url(http://www.rw-designer.com/cursor-extern.php?id=90679);}
</style>
<a href="http://www.rw-designer.com/cursor-set/simple-circle"
title="Get free cursors for your web.">Simple Circle Cursors</a>