Html & Css
td 에 스크롤바 생성하기
안개핑
2016. 6. 4. 01:02
여기에 내용 |
<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 - 안쪽여백