버튼관련 ie7 문제
연연두
위 그림대로 ie7에서만 버튼의 양쪽 여백이 남는 현상이 생깁니다.
왜그런지 도무지 모르겠어요. 소스 첨부드립니다. ㅠ_-
------- css -----------
button{border:0}
.btnSmall{display:inline-block;position:relative;height:18px;background:url(../img/btn.png) no-repeat}
span.btnSmall{margin-right:5px;background-position:left -66px; position:relative; top:0}
.btnSmall button{display:inline-block;position:relative;height:18px;background:url(../img/btn.png) no-repeat;font-size:11px;cursor:pointer;left:2px;background-position:right -66px;letter-spacing:-1px;overflow:hidden;padding:2px 6px 0 4px}
-----html ------------
span class=btnSmall button type=button관련된 지식등록/button/span왜그런걸까요? 부탁 좀 드립니다. (__);;
-
냐하
오우 완전 이런 기능 사랑해요!! ㅋㅋㅋㅋ
감사합니다. (__) -
은소라
혹시 button {overflow:visible;} 넣어도 안될까요?