div设置高度没有生效是为什么?使用了overflow:auto;数据超过长度的时候是ok的,但数据
很少的时候就不行了,大概代码如下:<styletype="text/css">*{margin:0px;padding:0px;}div{width:80%;height...
很少的时候就不行了,大概代码如下:
<style type="text/css">
*{margin:0px;padding:0px;}
div{
width:80%;
height:300px;
margin:auto;
overflow:auto;
}
table{
border:solid 1px #0F3;
}
</style>
<body>
<div>
<table>
<tr><td>The number you have </td></tr>
</table>
</div>
</body>
求大神指导 展开
<style type="text/css">
*{margin:0px;padding:0px;}
div{
width:80%;
height:300px;
margin:auto;
overflow:auto;
}
table{
border:solid 1px #0F3;
}
</style>
<body>
<div>
<table>
<tr><td>The number you have </td></tr>
</table>
</div>
</body>
求大神指导 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询