<html>
<head>
</head>
<body>
<marquee align="left" loop="-1" width="200" height="150" direction="up" truespeed>
<a href="http://www.163.com">163</a><br>
<a href="http://www.163.com">163</a><br>
<a href="http://www.163.com">163</a><br>
<a href="http://www.163.com">163</a><br>
<a href="http://www.163.com">163</a><br>
</marquee>
</body>
</html>

解决方案 »

  1.   

    ??不对~~~~~~~~~~~要中间有停顿几秒钟就象www.sina.com.cn 那样的~~~~~~~~~~~~~
      

  2.   

    这里有源码下载,自己看http://www.hot4.org/java/site/script/list.asp?id=252
      

  3.   

    www.sina.com.cn新浪的那种~~~~~~~~~~~~~~~怎么搞呀~
      

  4.   

    <MARQUEE DIRECTION=RIGHT BEHAVIOR=SCROLL SCROLLAMOUNT=10 SCROLLDELAY=200>
    <a href="www.sohu.com">你说的是我这种效果吗?</a>
    </MARQUEE>
      

  5.   

    我有昨天刚找的 自己改了改 呵呵 效果还不错 你可以先到 http://www.jiaoyuweb.com/supply/ceshi/index.htm 看看 这个只是滚动两圈 有qq吗 我发给你
      

  6.   

    <marquee id=mq1  direction=up >
    <ul>
    <li>昏睡百年,国人渐已醒
    <li>睁开眼吧,小心看吧
    <li>哪个愿臣虏自认
    <li>因为畏缩与忍让
    <li>人家骄气日盛
    <li>开口叫吧,高声叫吧
    <li>这里是全国皆兵
    <li>历来强盗要侵入
    <li>最终必送命
    <li>万里长城永不到
    <li>千里黄河水滔滔
    <li>江山秀丽叠彩锋岭
    <li>问我国家哪像染病
    <li>冲开血路,挥手上吧
    <li>要致力国家中兴
    <li>岂让国土再遭践踏
    <li>个个负起使命
    <li>这睡狮已渐已醒
    </ul>
    </marquee>
    <SCRIPT language=JavaScript>
    function mq1stop(){
    mq1.stop();
    window.setTimeout("mq1start()",8000)
    }
    function mq1start(){
    mq1.start();
    window.setTimeout("mq1stop()",4000)
    }
    mq1start();
    </SCRIPT>
      

  7.   

    http://www.smallrain.net/js_show.asp?id=540
    http://www.smallrain.net/js_show.asp?id=366
      

  8.   

    //----js.php--------<div  class="div1"   id="icefable1">
      <? include "zs.htm";?>
    </div>
    <SCRIPT>
    marqueesHeight=1060;
    stopscroll=false;
    with(icefable1){
      style.width=0;
      style.height=marqueesHeight;
      style.overflowX="visible";
      style.overflowY="hidden";
      noWrap=true;
      onmouseover=new Function("stopscroll=true");
      onmouseout=new Function("stopscroll=false");
      }
      preTop=0; currentTop=106; stoptime=0;
      icefable1.innerHTML+=icefable1.innerHTML;
      function init_srolltext(){
      icefable1.scrollTop=0;
      setInterval("scrollUp()",20);
    }function scrollUp(){
      if(stopscroll==true) return;
      currentTop+=1;
      if(currentTop==107)
      {
       stoptime+=1;
       currentTop-=1;
       if(stoptime==300) 
       {
       currentTop=0;
       stoptime=0;

       }
      }
      else {  
      preTop=icefable1.scrollTop;
      icefable1.scrollTop+=1;
      if(preTop==1060){
        icefable1.scrollTop=0;
        icefable1.scrollTop+=1;

        
      }
      }}

    </SCRIPT>
    <SCRIPT>
    init_srolltext()
    </SCRIPT>