Я использую кнопку отправки для моей формы, она отлично работает во всех браузерах, кроме ie7
когда пользователь нажимает на него, он перемещается, пожалуйста, предложите мне, что делать
.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"/>`