实用的CSS固定表头

来源:互联网 发布:淘宝漏洞该包 编辑:程序博客网 时间:2024/06/05 03:30
<style>
    .Freezing
    {
        position:relative ;
        table-layout:fixed;
        top:expression(this.offsetParent.scrollTop);  
        z-index: 10;
    }
    .Freezing th{text-overflow:ellipsis;overflow:hidden;white-space: nowrap;padding:0px;}
</style>

<div class="Freezing" align="center">
</div>

搞定你  
原创粉丝点击