打印

[求助] a:hover背景图片在FF下有红线出现,为什么?

在ie下没问题,只是在ff下按钮背景上总是出现一段一象素的红线,为什么?怎么解决?
复制内容到剪贴板
代码:
.fwlc {background-image: url(../images/tdjs.jpg);background-repeat: no-repeat;display: block;height: 41px;width: 100px;}
a.fwlc:hover{background-image: url(../images/tdjs_over.jpg);background-repeat: no-repeat;display: block;height: 41px;width: 100px;}
<table>
<tr>
              <td><a href="zpzs.asp" class="zpzs">  </a></td>
            </tr>
            <tr>
              <td height="37">&nbsp;</td>
            </tr>
            <tr>
              <td><a href="fwlc.asp" class="fwlc">  </a></td>
            </tr>
          </table>
附件: 您所在的用户组无法下载或查看附件,您需要注册/登录后才能查看!
没有最好,只有更好!
给A定义text-decoration: none;
原来如此,谢谢楼上
没有最好,只有更好!