我遇到了一个奇怪的错误,我的按钮上出现了白色条纹。它看起来像这样:
清除浏览器缓存没有帮助。 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%}
答案 0 :(得分:0)
通过提供按钮ID并使用相同的CSS代码装饰IT来解决。