+ -
当前位置:首页 → 问答吧 → CSS中按钮背景在IE中不显示,在ff中显示

CSS中按钮背景在IE中不显示,在ff中显示

时间:2010-08-26

来源:互联网

求助。。。。谢谢。。。。
<form id="form15" name="form15" method="post" action=""> <label> <input type="reset" name="reset" value="" style="width:72px; height:23px; background-image:url(a15.gif) ; color:#a0a0a3"/> </label> </form>
 提示:您可以先修改部分代码再运行

附件

a15.gif (486 Bytes)

2010-8-26 17:52

作者: i472974245   发布时间: 2010-08-26


<form id="form15" name="form15" method="post" action=""> <label> <input type="reset" name="reset" value="" style="width:72px; height:23px; background:url(http://bbs.blueidea.com/attachment.php?aid=150942&k=ae1d5c6aa42987f7de7ab73c0d701ca7&t=1282816748&noupdate=yes) ; color:#a0a0a3; border:none"/> </label> </form>
 提示:您可以先修改部分代码再运行

作者: hsb008   发布时间: 2010-08-26

楼上的,谢谢你,但是还是不明白我错哪里了???

作者: i472974245   发布时间: 2010-08-26

border:none    这个属性你没写

作者: j7761038   发布时间: 2010-09-17