餘米使用在所有的瀏覽器提交按鈕,我的表格其做工精細,除了IE7 當在其上的用戶點擊它移動請建議我該怎麼辦上點擊提交按鈕移動itsplace
.confirm-button-submit
{
width : 79px;
font : bold 12px sans-serif;;
color : #000;
background : url("../images/confirm-btn.png") 0 -33px no-repeat;
text-decoration : none;
margin-top :0px;
text-align:center;
border:0px;
cursor : pointer;
height:32px;
padding : 8px 0px 12px 0px;
}
.confirm-button-submit:hover
{
width : 79px;
font : bold 12px sans-serif;;
color : #fff;
background : url("../images/confirm-btn.png") 0 0 no-repeat;
text-decoration : none;
margin-top :0px;
text-align:center;
border:0px;
cursor : pointer;
height:32px;
padding : 8px 0px 12px 0px;
}
我用這個CSS請告訴我該怎麼做
代碼:
<input type="button" value="Show" name="commit" onclick="range_validation(this)" class="confirm-button-submit"/>`
請顯示更多的html和你的js函數「range_validation」(如果可能的話,一個在線演示將會非常好) – oezi 2010-06-16 09:53:20
另外,「移動」是什麼意思? – Kyle 2010-06-16 09:55:38
據我所知無論它在IE 7上顯示它的一個錯誤。其他瀏覽器正在壓制它。 用你給出的代碼不容易追蹤出了什麼問題。所以請提供更多信息。 – 2010-06-16 09:58:10