<style type="text/css">
/*gridview表头样式*/
th{
font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
background:url("../img/bgre.gif") repeat scroll 0 -36px transparent;
}
/*gridview固定表头*/
.Freezing
{
position:relative ;
top:expression(this.offsetParent.scrollTop);
z-index: 10;
}
</style>
GRIDVIEW固定表头和表头新式
最新推荐文章于 2015-11-25 17:24:34 发布
本文介绍了一种使用CSS为GridView表头设置样式的具体方法,包括字体、背景等属性,并提供了一个固定表头位置的解决方案。

4万+

被折叠的 条评论
为什么被折叠?



