AL Algorithms Understanding users and environments with human-level intelligence AL Algorithms Understanding users and environments with human-level intelligence AL Algorithms Understanding users and environments with human-level intelligence AL Algorithms Understanding users and environments with human-level intelligence AL Algorithms Understanding users and environments with human-level intell..
select{width: auto;padding: 6px 12px;border: 1px solid #050505;border-radius: 3px;background-repeat: no-repeat;background-position: 98% center;background-image: url('/include/img/bg-selectbox.png') !important;color: #050505;font-weight: 300;line-height: 1em;text-align: center;-webkit-appearance: none;-moz-appearance: none;appearance: none;} select::-ms-expand{display: none;} @media screen and (m..
* Git Lab 연결하는 법 1. Git Lab에 해당 프로젝트명 검색해 들어간 뒤 clone에서 http 부분 복사 2. 이클립스에서 상단 맨 오른쪽 ‘GIT' 버튼 클릭한 뒤 창 바뀌면 왼쪽 상단에서 초록 아이콘 클릭해 NEXT, FINISH (다운 받아짐) 3. 상단 오른쪽에서 프로젝트 창으로 돌아온 뒤 [File] - [new] - [PHP Project] 선택, name에 프로젝트명(혹은 CS에 있는 코드명) 넣기 (경로는 dev - workpath로 설정) 4. 기존 프로젝트 중 if-config 파일 복사해 위의 3줄을 맞게 수정하기 5. hosts를 에디트플러스에서 관리자 모드로 실행, 맨 마지막줄 복사해서 이름 바꾸기 6. httpd.conf를 에디트플러스 관리자 모드로 실행, 복붙한 ..
min-width, max-width를 동일하게 줘서 레이아웃 고정 html, body에 overflow: hidden 삭제 (전체메뉴 노출 시에만 클래스명 넣어서 overflow: hidden 넣어주기) CSS html.of-y, body.of-y{overflow-y: hidden;} jQuery function allMenu(){ $('.btn-allmenu').off().on('click',function(e){ $('html, body').addClass('of-y'); $('.all-menu').stop().fadeIn(); }); $('.btn-allmenu-close').on('click',function(e){ $('html, body').removeClass('of-y'); $('.all..
html 파일찾기 css //input 스타일 변경 .filebox .upload-name { display: inline-block; height: 40px; padding: 0 10px; vertical-align: middle; border: 1px solid #dddddd; width: 78%; color: #999999; } //label 스타일 변경 .filebox label { display: inline-block; padding: 10px 20px; color: #fff; vertical-align: middle; background-color: #999999; cursor: pointer; height: 40px; margin-left: 10px; } //기존 디자인 없애기 .fileb..