Skip to content

[css] 第116天 怎么自定义鼠标指针的图案? #1046

Open
@haizhilin2013

Description

@haizhilin2013
Collaborator

第116天 怎么自定义鼠标指针的图案?

Activity

LinStan

LinStan commented on Aug 10, 2019

@LinStan

重复了吧?直接用cursor的url设置就可以了啊
第109天 说下你对cursor属性的理解

haizhilin2013

haizhilin2013 commented on Aug 10, 2019

@haizhilin2013
CollaboratorAuthor

重复了吧?直接用cursor的url设置就可以了啊
第109天 说下你对cursor属性的理解

OK,109天主要是概念性的理解,116天的主要是实战写一个自定义鼠标指针图案

Joan428

Joan428 commented on Aug 10, 2019

@Joan428

cursor: url() ,auto
url是自定义光标图案的绝对路径,auto是默认光标,当我们自定义的光标不起作用时,就用默认光标代替。

censek

censek commented on Jan 23, 2020

@censek

cursor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @haizhilin2013@LinStan@censek@Joan428

        Issue actions

          [css] 第116天 怎么自定义鼠标指针的图案? · Issue #1046 · haizlin/fe-interview