定CSS語法:
.FixHeaderSyle
{
background-position: top;
background-repeat: repeat-x;
background-color: #d1dbe0;
position:relative ;
top:expression(this.offsetParent.scrollTop -1);
z-index: 10;
}
.PnlGrid
{
position: relative;
z-index: 1;
top: 0px;
}
ASP.NET 中, GridView要放在 Panel中
Panel ScrollBars="Both" CSS的Style="pnlGrid"
GridView的HeaderSytle設定:"FixHeaderStyle "
不過,scroll時, 表頭那一塊沒法貼齊panel,留下一點空隙
沒有留言:
張貼留言