想做做一个table,
这个table里面有固定的行和列,可以用华标拖动。
比如 下面是一个 6行5列的表,如果有一个3行3列的局部视窗,在拖动划标的时候,要求
<table><tr><th>固定的</th><th>固定的</th><th>固定的</th><th>固定的</th><th>固定的</th></tr><tr><th>固定的</td><td>滑动的</td><td>滑动的</td><td>滑动的</td><td>滑动的</td></tr><tr><th>固定的</td><td>滑动的</td><td>滑动的</td><td>滑动的</td><td>滑动的</td></tr><tr><th>固定的</td><td>滑动的</td><td>滑动的</td><td>滑动的</td><td>滑动的</td></tr><tr><th>固定的</td><td>滑动的</td><td>滑动的</td><td>滑动的</td><td>滑动的</td></tr><tr><th>固定的</td><td>滑动的</td><td>滑动的</td><td>滑动的</td><td>滑动的</td></tr></table>
http://shangqing.wswj.net/InfoQuery2/I02.aspx
点一下查询,看一下显示页面的源码就可以了,你要的应该是这样的效果
麻烦问下,最后是怎么解决列冻结的