javascript - Create a transparent HTML cursor -


is possible create transparent html cursor on web page? i'm using div cursor, , want make div 50% transparent: http://jsfiddle.net/mcgmp/16/

<div id="cursor"><font size="6">i want cursor 50% transparent!</font></div> 

maybe help:

#cursor { opacity:0.4; filter:alpha(opacity=40); /* ie8 , earlier */  } 

here's working demo.


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

javascript - addthis share facebook and google+ url -

ios - Show keyboard with UITextField in the input accessory view -