先抱歉一下...
我後來發現是因為第一列表頭套的class才會變慢的
.TdQryTop {
background-color: #F7C262;
white-space: nowrap;
font-size: 11px;
text-align: center;
color:#B73338;
font-weight: Bold ;
position: relative;
top: expression(document.getElementById("tableContainer").scrollTop)
}
是因為最後用了那個expression作為設定top的方式
整個網頁才會變慢
所以應該請教該怎麼改寫^^"?
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 202.173.49.133