当前位置: 技术问答>java相关
300分,只给一个人,或许就是你.进来看看吧.
来源: 互联网 发布时间:2015-03-12
本文导语: 问题:一个table中,第一行是表头,由于表中的记录很多,在向下点滚动条时,如何让表头不动,而下面的上下滚动? 解决方案: total info content content content content ...
问题:一个table中,第一行是表头,由于表中的记录很多,在向下点滚动条时,如何让表头不动,而下面的上下滚动?
解决方案:
total
info
content
content
content
content
content
content
.......(有很多行)
解决方案:
total
info
content
content
content
content
content
content
.......(有很多行)
这段代码在IE6.0,NETSCAPE6.2通过.
新的问题:如何在NETSCAPE4.76通过?
|
Untitled Document
|
大的window:
¹²ÓÐ5 Ìõ¼Ç¼
iframe 1:
html>
ÅÌ´æ±í/²îÒìµ¥±íÍ·
µ¥¾ÝºÅ
´û·½ÊÂÒµ²¿
ÅúºÅ
Åú´ÎºÅ
´û·½½ð¶î
ÃèÊö
״̬
´´½¨ÈÕÆÚ
¿ªÕÊÈÕÆÚ
¹ØÕÊÈÕÆÚ
iframe 2:
ÅÌ´æ±í/²îÒìµ¥±íÍ·
123
123
123
123
123
123
213
12/12/2001
12/12/2001
12/12/2001
123
123
123
123
123
123
213
12/12/2001
12/12/2001
12/12/2001
123
123
123
123
123
123
213
12/12/2001
12/12/2001
12/12/2001
123
123
213
123
123
123
213
12/12/2001
12/12/2001
12/12/2001
123
123
213
123
123
123
213
12/12/2001
12/12/2001
12/12/2001
include js
function sname(ss)
{
if (ss== 1){cc=1}
if (ss== 0){cc=0}
if (ss== 3){cc=3}
if (ss== 4){cc=4}
}
function movstar(a,time)
{
movx=setInterval("mov("+a+")",time)
}
function movstarl(a,time)
{
movx=setInterval("movl("+a+")",time)
}
function movover()
{
clearInterval(movx)
}
function mov(a,ss)
{
if (cc== 1)
{
scrollx=new_date2.document.body.scrollLeft
scrolly=new_date2.document.body.scrollTop
scrolly=scrolly+a
new_date2.window.scroll(scrollx,scrolly)
}
if (cc== 0)
{
scrollx=new_date.document.body.scrollLeft
scrolly=new_date.document.body.scrollTop
scrolly=scrolly+a
new_date.window.scroll(scrollx,scrolly)
}
if (cc== 3)
{
scrollx=new_date4.document.body.scrollLeft
scrolly=new_date4.document.body.scrollTop
scrolly=scrolly+a
new_date4.window.scroll(scrollx,scrolly)
}
if (cc== 4)
{
scrollx=new_date6.document.body.scrollLeft
scrolly=new_date6.document.body.scrollTop
scrolly=scrolly+a
new_date6.window.scroll(scrollx,scrolly)
}
}
function movl(a,ss)
{
if (cc== 1){
scrollx=new_date2.document.body.scrollLeft
scrolly=new_date2.document.body.scrollTop
scrollx=new_date3.document.body.scrollLeft
scrolly=new_date3.document.body.scrollTop
scrollx=scrollx+a
new_date2.window.scroll(scrollx,scrolly)
new_date3.window.scroll(scrollx,scrolly)
}
if (cc== 0){
scrollx=new_date.document.body.scrollLeft
scrolly=new_date.document.body.scrollTop
scrollx=new_date1.document.body.scrollLeft
scrolly=new_date1.document.body.scrollTop
scrollx=scrollx+a
new_date.window.scroll(scrollx,scrolly)
new_date1.window.scroll(scrollx,scrolly)
}
if (cc== 3){
scrollx=new_date4.document.body.scrollLeft
scrolly=new_date4.document.body.scrollTop
scrollx=new_date5.document.body.scrollLeft
scrolly=new_date5.document.body.scrollTop
scrollx=scrollx+a
new_date4.window.scroll(scrollx,scrolly)
new_date5.window.scroll(scrollx,scrolly)
}
if (cc== 4){
scrollx=new_date6.document.body.scrollLeft
scrolly=new_date6.document.body.scrollTop
scrollx=new_date7.document.body.scrollLeft
scrolly=new_date7.document.body.scrollTop
scrollx=scrollx+a
new_date6.window.scroll(scrollx,scrolly)
new_date7.window.scroll(scrollx,scrolly)
}
}
function o_down(theobject)
{
object=theobject
}
function o_up(theobject)
{
object=theobject
}
function wback()
{
if (cc==1){
if(new_date2.history.length==0){window.history.back()}
else{new_date2.history.back()}
}
if (cc==0){
if(new_date.history.length==0){window.history.back()}
else{new_date.history.back()}
}
if (cc==3){
if(new_date4.history.length==0){window.history.back()}
else{new_date4.history.back()}
}
if (cc==4){
if(new_date6.history.length==0){window.history.back()}
else{new_date6.history.back()}
}
}
这是个横向滚动的例子,改一下可以变成上下滚动,还要简单
¹²ÓÐ5 Ìõ¼Ç¼
iframe 1:
html>
ÅÌ´æ±í/²îÒìµ¥±íÍ·
µ¥¾ÝºÅ
´û·½ÊÂÒµ²¿
ÅúºÅ
Åú´ÎºÅ
´û·½½ð¶î
ÃèÊö
״̬
´´½¨ÈÕÆÚ
¿ªÕÊÈÕÆÚ
¹ØÕÊÈÕÆÚ
iframe 2:
ÅÌ´æ±í/²îÒìµ¥±íÍ·
123
123
123
123
123
123
213
12/12/2001
12/12/2001
12/12/2001
123
123
123
123
123
123
213
12/12/2001
12/12/2001
12/12/2001
123
123
123
123
123
123
213
12/12/2001
12/12/2001
12/12/2001
123
123
213
123
123
123
213
12/12/2001
12/12/2001
12/12/2001
123
123
213
123
123
123
213
12/12/2001
12/12/2001
12/12/2001
include js
function sname(ss)
{
if (ss== 1){cc=1}
if (ss== 0){cc=0}
if (ss== 3){cc=3}
if (ss== 4){cc=4}
}
function movstar(a,time)
{
movx=setInterval("mov("+a+")",time)
}
function movstarl(a,time)
{
movx=setInterval("movl("+a+")",time)
}
function movover()
{
clearInterval(movx)
}
function mov(a,ss)
{
if (cc== 1)
{
scrollx=new_date2.document.body.scrollLeft
scrolly=new_date2.document.body.scrollTop
scrolly=scrolly+a
new_date2.window.scroll(scrollx,scrolly)
}
if (cc== 0)
{
scrollx=new_date.document.body.scrollLeft
scrolly=new_date.document.body.scrollTop
scrolly=scrolly+a
new_date.window.scroll(scrollx,scrolly)
}
if (cc== 3)
{
scrollx=new_date4.document.body.scrollLeft
scrolly=new_date4.document.body.scrollTop
scrolly=scrolly+a
new_date4.window.scroll(scrollx,scrolly)
}
if (cc== 4)
{
scrollx=new_date6.document.body.scrollLeft
scrolly=new_date6.document.body.scrollTop
scrolly=scrolly+a
new_date6.window.scroll(scrollx,scrolly)
}
}
function movl(a,ss)
{
if (cc== 1){
scrollx=new_date2.document.body.scrollLeft
scrolly=new_date2.document.body.scrollTop
scrollx=new_date3.document.body.scrollLeft
scrolly=new_date3.document.body.scrollTop
scrollx=scrollx+a
new_date2.window.scroll(scrollx,scrolly)
new_date3.window.scroll(scrollx,scrolly)
}
if (cc== 0){
scrollx=new_date.document.body.scrollLeft
scrolly=new_date.document.body.scrollTop
scrollx=new_date1.document.body.scrollLeft
scrolly=new_date1.document.body.scrollTop
scrollx=scrollx+a
new_date.window.scroll(scrollx,scrolly)
new_date1.window.scroll(scrollx,scrolly)
}
if (cc== 3){
scrollx=new_date4.document.body.scrollLeft
scrolly=new_date4.document.body.scrollTop
scrollx=new_date5.document.body.scrollLeft
scrolly=new_date5.document.body.scrollTop
scrollx=scrollx+a
new_date4.window.scroll(scrollx,scrolly)
new_date5.window.scroll(scrollx,scrolly)
}
if (cc== 4){
scrollx=new_date6.document.body.scrollLeft
scrolly=new_date6.document.body.scrollTop
scrollx=new_date7.document.body.scrollLeft
scrolly=new_date7.document.body.scrollTop
scrollx=scrollx+a
new_date6.window.scroll(scrollx,scrolly)
new_date7.window.scroll(scrollx,scrolly)
}
}
function o_down(theobject)
{
object=theobject
}
function o_up(theobject)
{
object=theobject
}
function wback()
{
if (cc==1){
if(new_date2.history.length==0){window.history.back()}
else{new_date2.history.back()}
}
if (cc==0){
if(new_date.history.length==0){window.history.back()}
else{new_date.history.back()}
}
if (cc==3){
if(new_date4.history.length==0){window.history.back()}
else{new_date4.history.back()}
}
if (cc==4){
if(new_date6.history.length==0){window.history.back()}
else{new_date6.history.back()}
}
}
这是个横向滚动的例子,改一下可以变成上下滚动,还要简单
您可能感兴趣的文章:
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。