반응형 전체 글23 css 말줄임 처리 css text-overflow:ellipsis; white-space:nowrap; word-wrap:normal; width:100px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; word-wrap:normal; width:100px; overflow:hidden; 두줄 이상인 경우 css overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; /* 라인수 */ -webkit-box-orient: vertical; word-wrap:break-word; line-height: 1.2em; height: 3.6em; /* line-hei.. 2021. 1. 29. 클릭시 (누르면)레이어팝업 or 박스 나오게 하기 html 클릭할 버튼 or div 2021. 1. 26. form submit 해도 repage / return 안되게 하기 onsubmit="return false"> 2021. 1. 26. 스와이퍼 모바일에서 다른 사진으로 바꾸기 $(window).load(function() { // 메인 비주얼 윈도우 크기에 맞춰 이미지 바꾸기 var viewportHeight = $('#A_Wrap').innerHeight(); $('#visual .slick-slide > div').css({ height: viewportHeight }); $('#visual .slide').css({ height: viewportHeight }); if ($(window).innerWidth() >= 767) { $(".slide01 .slide_bg").attr("src", 'images/main/visual01.jpg'); $(".slide02 .slide_bg").attr("src", 'images/main/visual02.jpg'); $(".sli.. 2021. 1. 21. 이전 1 2 3 4 5 6 다음 반응형