전체 글 (272) 썸네일형 리스트형 배경이미지 고정시키기 background-attachment: fixed See the Pen background-attachment - fixed by hwd3004 (@hwd3004) on CodePen. 이미지 가로 슬라이드 See the Pen image horizon slide by hwd3004 (@hwd3004) on CodePen. hover 이미지 어둡게 하기 See the Pen hover filter transform by hwd3004 (@hwd3004) on CodePen. hover 이미지 밑부분부터 어두워지면서 글자 생김 See the Pen ad hover by hwd3004 (@hwd3004) on CodePen. hover 이중 드랍다운 www.youtube.com/watch?v=XhW3ILUCA2E http://html-tuts.com/jquery-dropdown-menu/ jQuery Dropdown Menu on Click/Hover with Slide/Fade | HTML-TUTS.com Here is how you can create a jQuery dropdown menu using slideToggle or fadeToggle animation, when you click or hover on a parent list item. html-tuts.com 메뉴 상단 고정 position - sticky See the Pen PoNNMBN by hwd3004 (@hwd3004) on CodePen. join youtu.be/q0UHWaDRwlk?list=PLuHgQVnccGMCgrP_9HL3dAcvdt8qOZxjW 조인이다 어렵다 영상을 한번만 봐서는 이해가 하나도 되지않는다 조인을 통해서 각각 독립적인 분리된 테이블을 읽을때 마치 그 테이블이 하나의 테이블로 저장되어 있었던 것과 같은 환상을 만들 수 있다 cmd 창을 하나 더 띄웠다 왼쪽에는 topic, 오른쪽에는 author topic 테이블의 author_id는 author 테이블의 id와 같다 select * from topic left join author on topic.author_id = author.id; left는 지금은 신경쓰지마라고 한다 topic.author_id = author.id; topic 테이블의 author_id는 auth.. 테이블 분리하기 youtu.be/LeTeb3ImxI0?list=PLuHgQVnccGMCgrP_9HL3dAcvdt8qOZxjW 도스창을 하나 더 띄워서 하나는 테이블 표시용, 하나는 테이블 수정용으로 씀 topic 테이블을 새로 하나 만듬 author 테이블을 만듬 처음에 테이블 이름 author를 안줘서 에러가 났었다 author 테이블에 데이터 입력 입력하고보니 title에 my sql이라고 띄워쓰기를 해서 수정하려다가 무의식적으로 mysql is라고 해서 다시 수정했다 데이터를 하나 더 추과하는 가정에서 id, author_id가 헷갈리면서 primary key 오류가 났다 처음 만들때 name과 profile을 다 통일시켜서 난감해졌다;; 강의영상에서는 다양하게 만들었는데, 나는 그냥 동명이인이다 치고 해야겠다 t.. 이전 1 ··· 30 31 32 33 34 다음