본문 바로가기
반응형

etc.tip10

Happy New year !! 2019. 1. 1.
페이지 이전다음버튼 소스 html 안에스크립트삽입 css .float_banner3 { position:absolute; position:fixed; left:10px; top:500px; padding:0 }.float_banner4 { position:absolute; position:fixed; right:10px; top:500px; padding:0 } 2018. 12. 11.
티스토리 스크롤 업다운버튼 소스 티스토리 블로그에 Float menu(떠다니는 메뉴) 만드는 소스 html 와 사이에 아래 소스를 붙여넣습니다. html/css 맨 아래 다음 소스를 복사해 넣습니다. .float_banner2 { position:absolute; position:fixed; right:10PX; bottom:35px; padding:0 } 마지막으로 미리 준비해 둔 아이콘(화살표 같은 것)을 선택하여업로드합니다. 2018. 12. 11.
오른쪽 마우스 제한 해제(파이어폭스 확장) 파이어폭스 확장 2017. 11. 27.
티스토리 외부이미지 리사이징 안에삽입http://www.erzsamatory.net/86 참조 2017. 4. 21.
유튜브 동영상 티스토리 반응형 웹 스킨에 삽입하는 방법 html 앞에삽입 http://sometimes-n.tistory.com/42 2017. 4. 21.
좌우 여백에 이전글 다음글 표시 버튼 Script html body 안쪽에삽입 아래에삽입 css맨아래삽입/* Outer Buttons (Previous, Next) */@media screen and (min-width: 600px) { #outer_btn_left { display: inline-block !important; visibility: visible !important; position:fixed; top:40%; left:1%; z-index: 10000; } #outer_btn_right { display: inline-block !important; visibility: visible !important; position:fixed; margin-right:100px; top:40%; right:1%; z-index: 10000; }.. 2017. 3. 31.
스크롤바를 내리면 나타나는 탑버튼 위에삽입 2017. 3. 31.
티스토리 미디어로그, 지역로그, 태그로그삽입 skin.html에서 안의 '좌측레이어' 부분에 아래 소스를 삽입합니다. [샵샵_media_content_샵샵] 그리고 style.css에는 아래 내용을 삽입합니다. #media {width:550px; margin-left:12px} #mediaLogNest {height:850px !important} 참조사이트 http://ccmscore.tistory.com/214 2017. 3. 18.
이미지 마우스온오버 액션 html/css img{opacity: 0.7; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s;} img:hover{opacity: 1.0; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s;} img { filter: url("data:image/svg+xml;utf8,#grayscale"); .. 2017. 3. 18.
반응형

top
bottom