본문 바로가기

전체 글52

스타일순서 * display * list-style * position * float * clear * width * height * margin * padding * border * background * color * font * text-decoration * text-align * vertical-align * white-space * other text * content 2017. 2. 1.
css 스타일가이드 문서의 구조와 표현을 분리합니다▲Top문서의 마크업 언어(HTML)와 화면 표시(CSS)언어를 본래의 목적에 맞게 최대한 분리합니다.의미 구조를 마크업 하는 경우 HTML 요소와 속성을 이용 합니다. 표현을 위한 HTML 요소와 속성의 사용은 지양합니다. 단, 테이블 셀의 경우 다양한 너비의 고정폭을 지닐 수 있는데 이것을 모두 CSS로 지정하는 것은 기대했던 효과에 대한 이점이 없으므로 예외의 경우를 허용합니다.... (X) 화면표시를 위한 HTML 요소와 속성이 사용되어 유지보수 이점 감소 (X) HTML 4.01 부터 폐기된 요소들 네이버 (O) 의미가 부여된 바른 마크업 (O) 테이블 셀의 너비를 지정하는 방법으로 HTML속성을 사용하였지만 허용됨문서의 표현에 관한 속성은 외부(External) .. 2017. 2. 1.
default css HTML, address, blockquote, body, dd, div, dl, dt, fieldset, form, frame, frameset, h1, h2, h3, h4, h5, h6, noframes, ol, p, ul, center, dir, hr, menu, pre { display: block } li { display: list-item } head { display: none } table { display: table } tr { display: table-row } thead { display: table-header-group } tbody { display: table-row-group } tfoot { display: table-footer-group } col { display.. 2017. 2. 1.
프린트 reset css body {font: 9pt/1.5 sans-serif;background: white; color: black;} /* 참고로 9pt/1.5 는 9pt 폰트사이즈에 line-height 줄간격을 1.5배로 하라는 것이 되겠습니다. */ .left {float:left;} .picL{float:left;} .right {float:right;} .border1 {border: 1px solid #000;}a {color: black; text-decoration:none;}h1 {font-size: 18pt;} h2 {font-size: 15pt;} h3 {font-size: 11pt;} p {text-indent: 15pt; orphans: 3;}#sidebar, #menu, #header_specia.. 2017. 2. 1.
오픈 창 닫기 2017. 2. 1.
테이블 마우스 오버색 바꾸기 style="line-height:150%; margin-top:0; margin-bottom:0;">                         style="line-height:150%; margin-top:0; margin-bottom:0;">                      style="line-height:150%; margin-top:0; margin-bottom:0;">                              style="line-height:150%; margin-top:0; margin-bottom:0;">         FF'" onmouseover="this.style.backgroundColor='#FFFFCC'">             style="line-hei.. 2017. 2. 1.
이미지배열생성 및 링크걸기 2017. 2. 1.
팝업창에 필요부분만 뿌려주기 ksflsjdfklsjdklfjsdklfjskldfjksdjfklsjdfksdjfk 2017. 2. 1.
팝업창 닫고 메인프레임에 링크걸기 //popup_link function search_Go(){ opener.parent.location='/student/status/sample_match.php'; window.close(); } 링크걸곳 2017. 2. 1.