How to use the captainBloodCursor ================================= 1) Include the captainbloodcursor folder (containing the four .gif images) together with your html file. If placed elsewhere, change the file path reference in the code. 2) Include the tags and/or classes that should have the cursor in the document's CSS table. All entries that don't have other cursors defined will get the captain Blood cursor. 3) Include the following Javascript code in the html file: 4) Include the following call in the html file's body onload event handler (either directly in the tag, or in a script that is called by that event): captainBloodCursor.init(); Example: