Strange news!!
First of all, I was indeed incorrect in my usage. For the record,
proper usage is
style="cursor: url(relative/path/file.ani);"
The relative path goes in the parentheses, and it *must* point to
a .ani or .cur file. I was using a .gif as a test file originally,
but that simply *cannot* work, ever.
However, the really odd thing is that you cannot use a "fall-back"
like
style="cursor: url(relative/path/file.ani); cursor
ointer;"
as is recommended, in case the browser didn't understand...well,
nothing worked in MSIE 7 until I had *removed* that "fall-back,"
"cursor
ointer"!
So
style="cursor: url(relative/path/file.ani); cursor
ointer;"
doesn't work, even in MSIE 7, but
style="cursor: url(relative/path/file.ani);"
does!
So, the custom pointer can only show up in MSIE 7, but only if the
"fall-back" hand pointer used by Opera and Firefox isn't present --
else MSIE 7 "prefers" it and uses it, instead of the custom pointer!!
?!?!?!