<marquee behavior=scroll direction=up width=160 height=150 scrollamount=1 scrolldelay=60 onmouseover='this.stop()' onmouseout='this.start()'>
......
需要显示的内容
......
</marquee>

解决方案 »

  1.   

    直接插入一个marquee就可以了啊,frontpage里面就有:插入——>web组件——>字幕
    <marquee direction="right">dsfgdsgdsgdsa</marquee></p>
    然后把direction="top"设为你想要的属性
      

  2.   

    你说的插入--web组件是在哪里选啊?
      

  3.   

    基本语法:<marquee> ... </marquee>文字移动属性的设置:方向 <direction=#> 
    left:从右往左
    right:从左往右
    up:从下往上
    down:从上往下方式 <bihavior=#>
    scroll:循环走
    slide:只走一次
    alternate:来回走循环 <loop=#>
    #=次数速度 <scrollamount=#>
    #=速度延时 <scrolldelay=#>
    #=延时值对齐方式(Align) <align=#>
    top:上
    middle:中
    bottom:下面积 <height=# width=#>
    #=高度、宽度值空白 <hspace=# vspace=#>