여기에 내용 |
<body>와 </body>사이에 테이블이 들어갈 곳에 넣어주세여
<table border=0 width=0 height=0 cellspacing=0 cellpadding=0>
<tr>
<td width=200 height=100 valign="top">
<div style="overflow-y:scroll; width:200; height:100; padding:4px">
내용
</div>
</td>
</tr>
</table>
width:200 - 가로, height:100 - 세로, padding:4px - 안쪽여백
'Html & Css' 카테고리의 다른 글
폼필드안에 텍스트를 반짝이기 (0) | 2016.06.04 |
---|---|
위로 흐르는 이미지(마우스대면 멈춤) (0) | 2016.06.04 |
DHTML의 시작 - HTML 구조 및 (0) | 2016.06.04 |
두 개의 프레임을 동시에 제어하기 (0) | 2016.06.04 |
base 태그. (0) | 2016.06.04 |