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;
}