본문 바로가기
Front-end/HTML

버튼에 텍스트 bg 이미지 넣고 글자 안보이게 하기

by mooyou 2021. 7. 10.
728x90
300x250

 

 

1번 방법

.plan_choice ul li.italy_area .info button {
background: url(../image/contents/sub_sprite.png) -347px 0px no-repeat;
width: 53px;
height: 14px;
border: 0;
display: table-cell;
vertical-align: middle;
white-space: nowrap;
text-align: center;
text-indent: 100%;
}

.favorite-wrap .sect-favorite > button[type='button']

 

 

2번 방법

.paging .btn {
background: url(../images/button/paging.png) no-repeat;
display: inline-block;
width: 25px;
height: 25px;
overflow: hidden;
color: transparent;
font-size: 0;
line-height: 0;
letter-spacing: 0;
}
728x90
반응형

댓글