[CSS] Background image x px from right edge
·
개발일지/2015
Q. https://stackoverflow.com/questions/11360799/background-image-x-px-from-right-edge/11361171#11361171A. http://www.w3.org/TR/css3-background/#the-background-position background-position은 알고 있었으나 아래 9가지 정도로만 쓰고 있었다. left top center top right top left center center center right center left bottom center bottom right bottom [표1] background-position 속성 그런데, 오른쪽에서 5px 정도만 배경이 이동했으면 좋겠는데 방법을 몰라 찾아보았..
[jQuery] read more / 더보기 / 계속읽기
·
개발일지/2015
1. readmore.min.js (4KB) - height 제어- toggle 형식으로 열리고 닫힘 (정확히 'Read More'/'Close'를 눌러야 함) - http://jedfoster.com/Readmore.js/ speed: 100 in milliseconds collapsedHeight: 200 in pixels heightMargin: 16 in pixels, avoids collapsing blocks that are only slightly larger than collapsedHeight moreLink: 'Read more' lessLink: 'Close' embedCSS: true insert required CSS dynamically, set this to false if y..
[jQuery] 탭 메뉴(Tab Menu) 소스
·
개발일지/2015
2016.03.30. updated
[visualgo.net] 영상을 통한 자료구조와 알고리즘의 시각화 (한국어판)
·
개발일지/2015
영상을 통한 자료구조와 알고리즘의 시각화 (한국어판) http://visualgo.net/
[HTML] <a><button></button><a/>
·
개발일지/2015
은 옳지 않은 방식이나 사용할 수는 있다.하지만 태그 안에 가 있을 때는 링크가 동작되지 않는다.기본적으로 잘못된 사용 방법이라니까 쓰지 않는 것이 좋겠다. 출처 : http://stackoverflow.com/questions/6393827/can-i-nest-a-button-element-inside-an-a-using-html5 No, it isn't valid HTML5 according to the HTML5 Spec Document from W3C: Content model: Transparent, but there must be no interactive content descendant. The a element may be wrapped around entire paragraphs, li..
[2014] JC Planet Christmas Event Page
·
지니월드/경력
제작년월 : 2014.12기여도 : 100%(디자인+퍼블리싱) 디자인까지 직접 다해서 만들었던 이벤트 페이지여서 신입 때 한 작업 중에 기억에 가장 남는다.기획을 이해하고 구성하고 표현하는 방법, 그리고 이벤트가 운영되는 과정등을 배울 수 있는 작업이었다,
[HTML] ruby 태그
·
개발일지/2014
See the Pen [HTML] ruby by zinee (@zineeworld) on CodePen.
[20141129] 웹프론트엔드 개발자를 위한 학습 가이드 세미나 (웹동네)
·
지니월드/경험
꼬꼬마 시절에 많이 의지(?)했던 사이트였다. http://www.webdongne.com/bbs/ 이 때만 해도 제이쿼리로 작업 많이 했었던터라... 주니어 시절에 여러모로 자극도 많이 되고 배움도 많이 준 곳이다. 김춘경님께서 일찍부터 타입스크립트 이야기를 자주하셨었는데 그때부터 공부할걸 ㅠㅠ
[jQuery] Roulette Winning Wheel 룰렛 소스코드 모음
·
개발일지/2014
1. http://serpiko.tistory.com/382 2. HTML5 Canvas: Lunch Wheel 3. http://www.dougtesting.net/winwheel 4. http://www.html5canvastutorials.com/labs/html5-canvas-wheel-of-fortune/