Cursor endungen

Status
Nicht offen für weitere Antworten.

Nuka

Mitglied
In Css gibts die Funktion einen Cursor zu nutzen, kann man dafür jeden Dateityp verwenden?
kann man Cursor für Klassen benutzen?
Da ich kein Programm habe das mein Bilder zu cursor Konvertieren kann, könnte es dann jemand von euch machen?
 

Anhänge

W3C
Code:
The user agent retrieves the cursor from the resource designated by the URI. If the user agent cannot handle the first cursor of a list of cursors, it should attempt to handle the second, etc. If the user agent cannot handle any user-defined cursor, it must use the generic cursor at the end of the list. 

Example(s):

:link,:visited { cursor: url(example.svg#linkcursor), url(hyper.cur), pointer }

This example sets the cursor on all hyperlinks (whether visited or not) to an external SVG cursor. User agents that don't support SVG cursors would simply skip to the next value and attempt to use the "hyper.cur" cursor. If that cursor format was also not supported, the UA would skip to the next value and simply render the 'pointer' cursor.

Also, wenn ich SVG Grafiken asl Cursor verwenden kann, dann sollten es gif oder jpg auch tun. Besonders weil der Standard nicht eingeschränlt wird. Allerdings denke ich nicht das alle Browser das mitmachen...

Firefox zum Beispiel checkts noch nicht ;)
 
Status
Nicht offen für weitere Antworten.
Zurück