I'm using this input
<input src="img/buttons1.png" name="submit" class="submit1" type="image" value="See Today's Date Deal" tabindex="502" />
and here it's the css
.submit1 {
display: block;
width: 250px;
height: 28px;
background: url(img/buttons1.png) no-repeat 0 0;
padding-top: 12px;
text-align: center;
font-size: 17px !important;
color:#fff;
border:0;
outline:none;
}
In Firefox looks great but in Chrome, Safari and Internet Explorer it is
I'd like to remove border and show text.
Any suggestion would be great! Thanks