html 表格凍結(only IE)

回覆文章
yehlu
Site Admin
文章: 3245
註冊時間: 2004-04-15 17:20:21
來自: CodeCharge Support Engineer

html 表格凍結(only IE)

文章 yehlu »

http://www.cnblogs.com/duanwg/archive/2 ... 48757.html

/*Fix Table Row and Col Style*/
.fixLeftTop
{
POSITION: relative;
Left: expression(this.offsetParent.scrollLeft-1);
TOP: expression(this.offsetParent.scrollTop-1);
z-index:103 ;
}
.fixTop
{
POSITION: relative;
TOP: expression(this.offsetParent.scrollTop-1);
z-index:102 ;
}
.fixLeft
{
POSITION: relative;
Left: expression(this.offsetParent.scrollLeft-1);
z-index:101;
}
回覆文章

回到「HTML + CSS」