的CSS光標:手;這是在Internet Explorer中工作,但不在其他瀏覽器中......這是爲什麼?光標:手不工作的瀏覽器和Mozilla,但在IE
<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;
}
感謝它的工作原理 – qwerty