【发布时间】:2011-08-01 15:47:17
【问题描述】:
我正在使用这个输入
<input src="img/buttons1.png" name="submit" class="submit1" type="image" value="See Today's Date Deal" tabindex="502" />
这里是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;
}
在 Firefox 中看起来不错,但在 Chrome、Safari 和 Internet Explorer 中它是
我想移除边框并显示文字。
任何建议都会很棒!谢谢
【问题讨论】:
标签: css image button input border