Hi All,
I m styling a submit button in css for all browser its work fine in all browser except ie7 When i click on submit button it moves to the top a little, it makes it look out of shape. i used a specific css for ie, Code which i used :
.button
{
width : 80px;
background : none;
cursor : pointer;
font-family : 'voltaeftu-regular',Times New Roman;
font-size : 16px;
color : #fff;
border : none;
margin : 0px;
padding : 0px;
}