我知道您可以使用图像更改网页的光标,但是是否可以仅使用 CSS 来“设置”光标的样式?
就像是...
div.changecursor:cursor {
width: 10px;
height: 10px;
background: blue;
border-radius: 199px; /* make it a circle */
}
我知道您可以使用图像更改网页的光标,但是是否可以仅使用 CSS 来“设置”光标的样式?
就像是...
div.changecursor:cursor {
width: 10px;
height: 10px;
background: blue;
border-radius: 199px; /* make it a circle */
}