<table width=100 height=100><td><marquee direction=up>hehe</marquee></td></table>

解决方案 »

  1.   

    <table width="780" border="1" cellspacing="0" cellpadding="0" height="400">
      <tr> 
        <td width="780"> 
          <marquee ehavior=scroll direction="up" height=400 width=780 scrollamont=50 scrolldely=20>
      fdgsssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss<br>
          fffffffffff<br>
          fffffffffffffffffffffffffffffhhhhhhhhhhhhhhhhhhhhhh<br>
          jjjjjjjjjjjjjjjjjjjjjjjjjj<br>
          jjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjj<br>
          jhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh
          </marquee>
        </td>
      </tr>
    </table>
      

  2.   

    呵呵,秋水的解答总是出人意表。看了题目我还在想贴个用span做的移动层上来呢。
      

  3.   

    是不是想要这样的效果呀:http://www.1studio.net/html/example/0044/0044.htm.......
      

  4.   

    是不是想要这样的效果呀:http://www.1studio.net/html/example/0044/0044.htm.......
      

  5.   

    <SCRIPT language=JavaScript1.2>                                                                                                                                   
    file://设置宽度(像素)                                                                                                                  
    var marqueewidth=150                                                                                                               
    //设置高度                                                                                                                  
    var marqueeheight=60                                                                                                             
    //设置速度                                                                                                                  
    var speed=1                                                                                                                 
    //设置显示内容,你可以预先写好一段HTML代码再放上去.                                                                                                                  
    var marqueecontents='<div align=left><a target="_blank"><font color="#00000" size="1"><span style="font size=9pt">&nbsp;&nbsp;本页所展示的图标,均为<br>站长平时上网期间收集起来<br>,这次拿出来与大家一起分<Br>享,同时也希望您能把您认<br>为好的图标邮寄给站长,让<br>大家与您一起分享,另外如<br>果本站所收集的作品,对您<br>造成伤害请来信告之,以便<br>站长及时更新,谢谢合作。</span></font></a> '                                                                                                                 
    marqueecontents=marqueecontents+'<br></div>'                                                                                                                  
                                                                                                                     
    if(document.all)                                                                                                                  
    document.write('<marquee direction="up"  scrollAmount='+speed+' style="width:'+marqueewidth+';height:'+marqueeheight+'">'+marqueecontents+'</marquee>')                                                                                                                  
    function regenerate(){window.location.reload()                                                                                                                  
    }function regenerate2(){if(document.layers){setTimeout("window.onresize=regenerate",450)                                                                                                                  
    intializemarquee()                                                                                                                  
    }}function intializemarquee(){document.cmarquee01.document.cmarquee02.document.write(marqueecontents)                                                                                                                  
    document.cmarquee01.document.cmarquee02.document.close()                                                                                                                  
    thelength=document.cmarquee01.document.cmarquee02.document.height                                                                                                                  
    scrollit()                                                                                                                  
    }function scrollit(){if(document.cmarquee01.document.cmarquee02.top>=thelength*(-1)){document.cmarquee01.document.cmarquee02.top-=speed                                                                                                                  
    setTimeout("scrollit()",100)                                                                                                                  
    }else{document.cmarquee01.document.cmarquee02.top=marqueeheight                                                                                                                  
    scrollit()                                                                                                                  
    }}                                                                                                                 
                            </SCRIPT>
      

  6.   

    <table width=100 height=100><td><marquee direction=up>hehe</marquee></td></table>
    已经很好了,比用JavaScript语言编写的程序简单多了!
      

  7.   

    关键是direction=down 这一句!添上就可以了!
    <!--将down改为up即可//-->
      

  8.   

    <marquee direction=up scrollamount=3 scrolldelay=100 onmouseover='this.stop()' onmouseout='this.start()'>
    &nbsp;&nbsp;&nbsp;&nbsp;感谢虾米为本站提供背景图片以及网站logo。<br>
    &nbsp;&nbsp;&nbsp;&nbsp;感谢调调为本站提供栏目图片以及网站logo。<br>
    &nbsp;&nbsp;&nbsp;&nbsp;感谢BLUES的所有用户,还有yoyo(chris)。
    </marquee>没有必要自己做,直接用marquee指定方向就可以了