jwarby / jquery-awesome-cursor

jQuery plugin for using FontAwesome icons as custom CSS cursors
https://jwarby.github.io/jquery-awesome-cursor/
MIT License
179 stars 69 forks source link

Legacy browser support #5

Open jwarby opened 9 years ago

jwarby commented 9 years ago

The main barrier to legacy support is FontAwesome's use of the pseudo :before element for specifying the unicode icon value in the content attribute.

I think it might be possible to support browsers such as IE9 and IE10, if we allow the icon to be specified as the FontAwesome unicode value instead the string name. Obviously this is not ideal, as instead of a nice, human readable name, you'd be looking at unicode:

The pages for individual icons on the FontAwesome site do list the unicode values, which is a plus.