css – 光标:手不能在chrome和mozilla上工作,但在ie上工作

前端之家收集整理的这篇文章主要介绍了css – 光标:手不能在chrome和mozilla上工作,但在ie上工作前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
Css光标:手;这是在Internet Explorer中工作,但不在其他浏览器中…为什么会这样?
<input type="button" class="submit" value="submit" />
.submit {
background: transparent;
border-top: 2px solid #00F;
border-right: 0;
border-bottom: 2px solid #00F;
border-left: 0;
color: #00F;
display: inline;
margin: 0;
padding: 0;
cursor:hand;
 }

解决方法

它不起作用,因为财团被重命名为指针.所以换手指针,它应该工作.
原文链接:https://www.f2er.com/css/216647.html

猜你在找的CSS相关文章