如果内容在其边界溢出,如何在我的页面中制作自动水平滚动条。
<html>
<body>
<div style ="width: 20px; height:30px; border:1px solid black; overflow:auto">
<!-- various of text here that can makes it go out the border-->
</div>
</body>
</html>
如果我的内容中的文字太长,如何制作自动水平滚动条?