You Are Here: Home »   Code Thursday November 20th 2008

Code Library - js

Custom Cursor - (1344 views)


<!--
make sure your image is in .cur or .ani format
use inside your <head></head> tags
-->

<style>
body {
cursor:url("mycursor.cur");
}
</style>