2
페이지 하단에 붙이는 바닥 글로 SAVE 버튼을 포함하려고 시도하지만 'fold below'내용이있을 때마다 아래로 내려갑니다. 그러나 일반적으로 한 페이지에 들어있는이 콘텐트는 선택 확인란 요소를 사용할 때를 뛰어 넘습니다. 문제의내용이 확장되면 아래로 움직이는 끈적한 바닥 글
예 :
나는 선택 체크 박스 요소를 클릭하면 :
현재 코드
스타일 :
을 16,.bottom {
position:absolute;
bottom:0px;
height:40px;
width:100%;
background:#E8E8E8;
text-align:center;
font-weight:bold;
}
HTML :
<div class="bottom" id="save"><div style="position: relative;top: 50%;transform: translateY(-50%);">SAVE</div></div>