javascript - css cursor doesent work well on safari -
i'm new site if make mistake, sorry in advance. , sorry in advance bad english. so...
i have css:
.crsrie { cursor: url("https://sporedev.ro/pleiade2/wp-content/themes/cssecotheme/assets/images/cursorie.png") 0 100, url("https://sporedev.ro/pleiade2/wp-content/themes/cssecotheme/assets/images/cursorie.cur") 0 100, default; } .crsr { cursor: url("https://sporedev.ro/pleiade2/wp-content/themes/cssecotheme/assets/images/cursor.cur") 0 100, url("https://sporedev.ro/pleiade2/wp-content/themes/cssecotheme/assets/images/cursor.png") 0 100, default; }
cursor.cur , cursor.png have 50x47 , cursorie.cur , cursorie.png have 30x28
on chrome, firefox , opera works fine (with cursor.cur), on internet explorer , edge doesent work high priority problem safari... cursor.cur works position 0 0. asked google , told me hacks did not understood thing. dont care hacks, need solution...
ps question: 0 100(afer cursor:url()) px or % or what?
Comments
Post a Comment