我有一张<代码>流:隐藏的 div,我通过允许用户点击和拖拉背景而滚动。 这一空间也有链接和 but。
This is what I do for the CSS:
#div-grabscroll {
cursor: url(../img/openhand.cur), move;
}
#div-grabscroll:active {
cursor: url(../img/closedhand.cur), n-resize;
}
这种做法是巨大的,但实际情况是,如果 mo停止(由于达到滚动限制)在 but子上移动,则 cur(<>点/代码>曲线压倒了我的代码<>封闭式<<>>/代码>。
The desired behavior is that for the entire duration that the div is being controlled by the mouse, I want the cursor to remain the closedhand
.
是否有办法在不修改中央安全局的情况下,将 mo改成!important
on :active
而这种风格却并非如此。