Opera and Custom cursor in CSS
问题 Where I normally am verry proud of Opera for implementing everything CSS really correct it seems that implementing a custom cursor with the following line doesn't seem to work cursor:url("../pics/merge.gif"); The URL is correct since it works for regular background-image properties. Works in other browsers, but not in Opera. Any ideas? 回答1: There is a workaround for opera using javascript: http://plugins.jquery.com/project/customcursor works ok, tested in opera 11, though I'd recommend usual