<table> 태그의 마지막 td 테두리, 배경선 삭제 > html

본문 바로가기

html

<table> 태그의 마지막 td 테두리, 배경선 삭제

작성일 16-04-12 14:22

페이지 정보

작성자서방님 조회 227회 댓글 0건

본문

테이블 태그 안에서 제일 마지막 <td> 의 우측 테두리를 삭제할 경우

또는, 제일 마지막 <tr>의 모든 <td>의 하단 테두리를 삭제할 경우...



<style type="text/css">
table td:last-child {border-right:none;}
table tr:last-child td {border-bottom:none;}
</style>


댓글목록

등록된 댓글이 없습니다.

게시물 검색
Copyright © 서방님.kr All rights reserved.
PC 버전으로 보기