change custom cursor base on Fire fox

来源:互联网 发布:淘宝青石板 编辑:程序博客网 时间:2024/05/16 17:40

use the tool as below convert to the base64 and quote the string as below:

 

tool:

http://www.abluestar.com/utilities/encode_base64/index.php

 

code:

 

window.content.document.body.style.cursor='url('+cursorname+'),auto';

 

 

Note:cursorname is the string you got from convet from image format

原创粉丝点击