私の HTML ドキュメントには、アニメーション gif ファイルにリンクされたカスタム カーソルが必要です。カーソルのプロパティの何が問題になっていますか?
<!doctype html> <html>
<head>
<style type="text/css">
body{
cursor: url('images/hero.gif'), auto;
}
</style>
</head>
<body>
</body>
</html>