大家知道html表格固定大小吗?下面我们就给大家详细介绍一下吧!我们积累了一些经验,在此拿出来与大家分享下,请大家互相指正。
.auto {overflow: auto; height: 100px; width: 200px; clip: rect( ); padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px}
在td标签中加入:
<div class="auto" align="left">你的文字<div>
相信大家已经学会html表格固定大小了吧!感谢大家对我们网站的支持!
相关推荐:
html表格标签简介