2014-03-12 1 views
0

나는 흰 줄무늬가 내 단추 위에 나타나는 이상한 버그를 발견했다. 모양은 다음과 같습니다. white stripe입력 유형 버튼에서 이상한 흰색 줄무늬를 제거하는 방법은 무엇입니까?

브라우저 캐시 지우기가 도움이되지 않습니다. HTML 코드와 CSS는 아래와 같다 :

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

CSS : 버튼의 ID를주고 같은 CSS 코드로 IT 장식이 해결

#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

문제에 연결하거나 JSFiddle을 제공 할 수 있습니까? –

+0

@ 88MPG 나는 그 이상의 코드를 공유 할 수있는 권한이 없습니다. =/ –

+0

등호 주변의 공백을 제거해야합니다. – jgthms

답변

0

.

관련 문제