When i using button tag with class="down"
.listdown .down {
background-color:transparent;
background-image:url("../images/listdown_active.png");
background-position:right center;
background-repeat:no-repeat;
border:0 none;
cursor:pointer;
float:left;
height:32px;
padding:8px 0;
width:30px;
}
IE8-Click on the Button Image Position has changed 1px ,How to resolve this?