Forum Moderators: open
The main page is as follows:
<HEAD>
<TITLE></TITLE>
<LINK REL=stylesheet HREF="./mainstyle.css" TYPE="text/css">
</HEAD>
<BODY>
<DIV ID="logo" onClick="this.style.cursor:url('./pics/mycursor2.ani')">
</DIV>
</BODY>
The browser generates no JS error but the cursor doesn't change (in this case, change to an animated cursor). I tried placing the onClick method within the style sheet #logo{} also, to no effect. Any help would be much appreciated.