TABLE FRAME 속성

2007/07/19 17:40

TABLE FRAME 속성

[Syntax]

<table frame="void">
참고로 border를 1이상으로 사용해야 함.

 

[아래 예제 소스]
<table width="100%" border="1" cellspacing="0" cellpadding="2" frame="xxxxxx">
.......
</table>
void : 바깥쪽 전체 테두리 지우기
FRAME Attribute Property
     
     
above : 윗쪽 테두리만 보이기
FRAME Attribute Property
     
     
below : 아래쪽 테두리만 보이기
FRAME Attribute Property
     
     
border : 전체 테두리 보이기
FRAME Attribute Property
     
     
box : 전체 테두리 보이기
FRAME Attribute Property
     
     
hsides : 윗쪽, 아래쪽 테두리만 보이기
FRAME Attribute Property
     
     
lhs : 왼쪽 테두리만 보이기
FRAME Attribute Property
     
     
rhs : 오른쪽 테두리만 보이기
FRAME Attribute Property
     
     
vsides : 왼쪽, 오른쪽 테두리만 보이기
FRAME Attribute Property

   
     
↓ 아래는 응용해서 만들어본 테이블입니다.
FRAME Attribute Property
1
2 3
     
FRAME Attribute Property

   
     
FRAME Attribute Property