如何摆脱输入类型按钮上的奇怪的白色条纹?

时间:2014-03-12 21:33:58

标签: html css

我遇到了一个奇怪的错误,我的按钮上出现了白色条纹。它看起来像这样: white stripe

清除浏览器缓存没有帮助。 Html代码和CSS如下:

<li id = "regButtonContainer"><input type = "button"></li>

CSS:

#regButtonContainer{

 width: 80px;  
 height: 65px;
 margin-left: 25px;
 background-image: url("../img/regBut.png");
 background-repeat: no-repeat;
 border: none; 
 background-color: transparent;
 outline: none;
 -webkit-background-size: 100%;
-o-background-size: 100%;
-moz-background-size: 100%;
-ms-background-size: 100%;
-khtml-background-size: 100%;
background-size: 100%}

1 个答案:

答案 0 :(得分:0)

通过提供按钮ID并使用相同的CSS代码装饰IT来解决。