Custom cursors are gaiing their popularity
day by day. Unfortunately they only work with Internet Explorer browsers, we are
hoping to see this addition in the next eelease of Netscape as well. This can be
accomplished easily by a few simple lines of CSS code in your head
area.
<style>
<!--
BODY{
CURSOR: url(cursor1.cur);
}
-->
</style>
Next download the following zip file:
cursors.zip
Choose which cursor best suits your needs and
upload that to your server. Make sure to change cursor1.cur in the code to the
name of the cursor you
uploaded.