当前位置:  技术问答>java相关

300分,只给一个人,或许就是你.进来看看吧.

    来源: 互联网  发布时间:2015-03-12

    本文导语:  问题:一个table中,第一行是表头,由于表中的记录很多,在向下点滚动条时,如何让表头不动,而下面的上下滚动?  解决方案:        total     info           content     content           content     content    ...

问题:一个table中,第一行是表头,由于表中的记录很多,在向下点滚动条时,如何让表头不动,而下面的上下滚动? 
解决方案:


  
    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()}
   }
  
}




这是个横向滚动的例子,改一下可以变成上下滚动,还要简单

    
 
 

您可能感兴趣的文章:

 
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • 网站到底怎么实现盈利赚钱:个人网站赚钱方法大总结
  • 装JBUILDER5 个人版后,改装企业版,为什么装完后还是在个人版状态!很多控件用不了!
  • 常见问题常见问题 搜索搜索 团队团队 个人资料个人资料 您没有新的站内信件您没有新的站内信件 注销 [ tnt_bomb ]注销 [ tnt_b
  • 个人Web应用平台 Tonido
  • 个人帐务管理软件 Money Manager Ex
  • 个人照片管理程序 F-Spot
  • 个人资源计划 PRP
  • 个人社会化数据收集 Locker
  • 个人WIKI 应用程序 Relations RCP
  • 个人财务预算软件 iFreeBudget
  • 个人备忘记事本 Android Shuffle
  • 个人待办事项管理软件 GTD-Free
  • 个人理财管理软件 KMyMoney
  • 个人助理软件 Assistant
  • 个人财务管理工具 HomeBank
  • 个人收藏管理器 Tellico
  • 个人营养管理软件 Krecipes
  • 个人记帐软件 QHacc
  • 个人地址簿 rubrica
  • 个人金融管理软件 Eqonomize!
  • 个人信息管理套件 Kontact


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3