모달2 모달창 modal 띄우기(HTML, CSS, Java Script) 모달 창 열기 모달 창 모달 창 입니다. 모달 창 닫기 @charset "UTF-8"; #root { position: relative; } #modal { display: none; position:relative; width:100%; height:100%; z-index:1; } #modal h2 { margin:0; } #modal button { display:inline-block; width:100px; margin-left:calc(100% - 100px - 10px); } #modal .modal_content { width:300px; height: 100%; margin:100px auto; padding:20px 10px; background:#fff; border:2px solid.. 2023. 4. 25. 학원 수업 45일차 221025 9-10 프로젝트명 : springWeb05-design (terms.js) function termsEachClicked(){} 모두 체크되었을 때 이용약관 전체동의 켜지고 하나라도 꺼지면 이용약관 전체동의 꺼지는 기능 구현중 modal을 적용해봅시다 jQuery modal jquerymodal.com https://jquerymodal.com/#install https://github.com/kylefox/jquery-modal#installation 읽어보니 재밌네 https://yozm.wishket.com/magazine/detail/706/ (springWeb05-design/src/main/resources/templates/sign/signup.html) 상품등록페이지 만드는 중 HTML .. 2022. 12. 4. 이전 1 다음