<html>
<head>
<style type='text/css'>
#hscroll_box {
border-width:1;
border-style:solid;
border-color:#d9d9d9;
width: 400;
height: 340;
overflow: auto;
scrollbar-3dlight-color : #999999;
scrollbar-arrow-color : #999999;
scrollbar-base-color : #FFFFFF;
scrollbar-darkshadow-color : Black;
scrollbar-face-color : #FFFFFF;
scrollbar-highlight-color : #999999;
scrollbar-shadow-color : #999999;
scrollbar-track-color : #f2f2f2;
}
</style>
</head>
<body>
<div style="width:100px;overflow-x:expression((this.childNodes(0).offsetWidth>parseInt(this.style.width))?'scroll':'visible')">
<table width="300" border=1>
<tbody>
<tr>
<td>
A
</td>
<td>
B
</td>
<td>
C
</td>
</tr>
</tbody>
</table>
</div>
</body>
</html>
'html' 카테고리의 다른 글
높이100% 브라우져 (0) | 2017.02.01 |
---|---|
카렌다 (0) | 2017.02.01 |
특수문자 (0) | 2017.02.01 |
하단에 따라다니는레이어 (0) | 2017.02.01 |
ifmame안쓰고frame만들기 (0) | 2017.02.01 |