modal 창으로 팝업띄우기


modal 창으로 팝업띄우기

모달과 모달리스의 차이는 모달외의 화면창이 클릭이 되냐 안되냐의 차이이다. HTML <span class="cs_form radio" id="rescan_list"> <input type="radio" id="view_rescan" name="viewtype" value="rescan"> <label for="view_rescan">검색</label> </span> <!-- The Modal --> <id="dtsch_modal" class="dtsch_modal modal"> <!-- Modal content --> <div class="modal-cnt"> <span class="modal_close">&times;</span> <p class="tit">상세검색</p> </div> </div> CSS /* modal */ .modal {display: none;position: fixed;z-index: 99999;left: 0;top: 0;width: 100%;height...


#css #html #javascript #jquery #modal

원문링크 : modal 창으로 팝업띄우기