2020/03/19
- Results : 1
- Free as the Wind
스크롤 top버튼 등..
스크롤 top버튼 등..
2020.03.19top버튼 수정 (지금 사용 중인 프라치노 스킨의) footer에 고정된, 스크립트로 상단으로 이동하는 top버튼을 스크롤에 따라 움직이게 하려면, /* skin.html */ /* style.css */ #footer .ft-right { display:none; position:fixed; top:-webkit-calc(100% - 29.5px); top:-moz-calc(100% - 29.5px); top:calc(100% - 29.5px); z-index:99; } 스크립트 출처 및 설명 :: #1 오른쪽 하단에 top버튼 넣기 ..🤭 맘에 든다. 그런데 top 버튼의 위치를 맞게 기재한 건지는 모르겠다. .. a링크 비활성화 /* style.css */ #tt-body-index .gh-text..