본문 바로가기
반응형

IT104

[웹접근성] Html Guide: Button 채용사이트 바로가기 > a.recruit_btn { display: inline-block; padding:10px 0; width:220px; background-color:#fb3232; color: #fff; text-align: center } a.recruit_btn:hover,a.recruit_btn:focus { text-decoration: underline } 2021. 5. 12.
[웹접근성] Html Guide: Board 공지사항 검색 구분 전체 안내 확인 검색 테이블 제목 번호 구분 제목 등록일 조회수 T world 리스트 2015.12.20 9999 9999 안내 리스트 2015.12.20 9999 조회 결과가 없습니다. 처음으로 이전으로 1 현재 페이지:2 3 4 5 6 7 8 9 10 다음으로 마지막으로 /*board*/ tr.notice{background:#fffdf3} .board{width: 80%;table-layout:fixed;border-top:2px solid #ea002c;text-align:center;} .board th{padding:21px 0 22px;border-bottom:1px solid #ccc;font-weight:bold;font-size:13px;color:#333} .boa.. 2021. 5. 12.
[웹접근성] Style Guide: TABLE 테이블 설명을 서술형으로 제공합니다. 타이틀 타이틀 타이틀 내용 내용 내용 .tableType1 table {table-layout:fixed} .tableType1 {width: 83%;border-top:2px solid #ea002c;border-bottom:1px solid #e4e4e4;} .tableType1 th{height:30px;padding:10px 20px;border-left:1px solid #e4e4e4;font-weight:bold;color:#333} .tableType1 thead th{border-top:1px solid #e4e4e4;background:#f7f7f8} .tableType1 thead tr:first-child th{border-top:0} .table.. 2021. 5. 12.
[웹접근성] Style Guide: page navigation 처음으로 이전으로 1 현재 페이지:2 3 4 5 6 7 8 9 10 다음으로 마지막으로 .pager{padding:30px 0 0;text-align:center} .pager *{vertical-align:middle} .pager a{display:inline-block;width:30px;height:30px;line-height:30px;text-align:center;font-size:14px;color:#666} .pager .btn, .pager .btn:hover{background:url(../../img/common/sp_form.png) no-repeat;text-indent:-9999px;line-height:0;font-size:0} .pager .first, .pager .fir.. 2021. 5. 12.
반응형