css - Custom cursors not shown in Safari -


i set cursor follow:

cursor: url(https://my.server.com/resources/cursors/cursor_select.cur), crosshair;  

it works on browsers, except safari.

what might solution?


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -