这篇文章将为大家详细讲解有关css表头固定样式怎么用,小编觉得挺实用的,因此分享给大家做个参考,希望大家阅读完这篇文章后可以有所收获。
具体实现方法如下:
<style type="text/css">
.scll {
position: relative;
top: expression(this.offsetParent.scrollTop);
//background: url(../img/tab_15.gif) repeat-x left;
background-color: #BCF4EC;
text-align: center;
vertical-align: middle;
text-indent: 5px;
}
.h_500 {
width: 100%;
overflow: auto;
height: 80%;
border: 0px;
}
.TABLE {
margin-top: 0px;
margin-bottom: 3px;
margin-bottom: 3px;
border-top: 0px;
border-bottom: 1px solid silver;
}
</style>
关于“css表头固定样式怎么用”这篇文章就分享到这里了,希望以上内容可以对大家有一定的帮助,使各位可以学到更多知识,如果觉得文章不错,请把它分享出去让更多的人看到。