langtao

语法:

div{
    background-color:blue;
    width:200px;
    height:200px;
    cursor:url(\'http://ipic.devtuita.cc/img/common/popup/egg.cur\'),auto;
}
  1. Firefox, 非常好, 无论怎么搞, 只要是cur文件都能加载
  2. IE, 其次, 加载的时候, 必须是绝对路径, 要不然不认识
  3. Chome, 基本上不支持, 加载出来的是黑框
  4. Opera, 就别想了, 还是在默认的鼠标样式中选吧

分类:

技术点:

相关文章:

  • 2021-11-11
  • 2021-11-01
  • 2021-11-01
  • 2021-11-01
  • 2021-04-27
  • 2021-04-01
  • 2021-12-03
猜你喜欢
  • 2021-10-17
  • 2021-11-14
  • 2021-11-11
  • 2021-11-11
  • 2021-11-14
  • 2021-12-05
  • 2021-11-11
相关资源
相似解决方案