我有一個按鈕,我想將按鈕轉換爲超鏈接,它可以在Mozilla中正常工作,但在Internet Explorer中按下按鈕時發生點擊......所以請幫助。 ...將按鈕轉換爲超鏈接
Input.Button-Link, input.Button-Link:active
{
border: 0px;
behavior: url("cssHover.htc");
padding: 0px;
width: auto;
overflow: visible;
background: transparent;
color: Blue;
text-decoration: underline;
display: inline-block;
}
input.Button-Link:active
{
padding-right:50px;
outline:0;
}
Input.Button-Link:hover
{
cursor: pointer;
}
我需要幾個按鈕事件,所以請幫助,如果你可以... – lucky 2009-09-30 09:55:41
請你詳細說明你想捕獲的事件,你不能捕獲使用錨標籤時不能捕獲的事件? – 2009-10-01 04:33:47
我只是想得到這個工作在ie8沒有按下按鈕,所以請幫助.... – lucky 2009-10-01 09:50:52