如何摆脱input.submit的背景?

时间:2010-07-30 22:13:03

标签: html css input submit background-image

我目前正在尝试用图像替换input.submit按钮。我已经成功地做到了这一点,除了我想要完全消失的图像周围似乎有背景,并且它只是图像。

这是我的css:

 {width:70px; height:40px; background:transparent url(images/shadow_search.png) no-repeat center top; overflow:hidden;} 

(我尝试过背景:透明隐藏它,以及隐藏溢出?)

提前致谢

1 个答案:

答案 0 :(得分:2)

那只是边界。

selector { border: 0; }

应该这样做。