- Home
- Categorie
- Coding e Sistemistica
- HTML e CSS
- Problemi con un animated cursor (.ani)
-
Problemi con un animated cursor (.ani)
Salve a tutti, avrei un problemino sul mio sito.
Ho creato un cursore animato tramite ArtCursors ma non riesco a farlo leggere.
Di solito uso Google Chrome, ma ho provato anche con Firefox, IE e Opera ma nessuno riesce a leggerlo.
Il codice è questo.:body { background-image: url(../immagini/teatro2.jpg); background-color:#000000; background-repeat: no-repeat; background-position: bottom center; background-attachment: fixed; cursor: url("../cursor_default.cur"); } a {cursor: url("../cursor_link.ani"); }
i cursori .cur li legge benissimo, ma quello .ani non lo legge, mi potete aiutare?