You Are Here: Home »   Code Friday September 3rd 2010

Code Library - js

Custom Cursor - (1551 views)


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

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