unique 请进 !

ren20 2001-02-12 11:58:00
<marquee scrollamount='1' direction=up scrolldelay='100' width='200' height='100' behavior=scroll style='border:2px navy inset' onmouseover=this.stop() onMouseOut=this.start()>



<font color=red>vfp'weafk'1</font>
<font color=red>vfp'weafk'2</font>
<font color=red>vfp'weafk'3</font>
<font color=red>vfp'weafk'4</font>
<font color=red>vfp'weafk'5</font>

</marquee>


非常感谢你的帮助,现还有个小问题请教,

如果加入连接,是不是这样?

<font color=red>vfp'weafk'1</font>

<a href="http://www.csdn.net">csdn</a> //csdn的连接

<font color=red>vfp'weafk'2</font>
<font color=red>vfp'weafk'3</font>
<font color=red>vfp'weafk'4</font>
<font color=red>vfp'weafk'5</font>

</marquee>

还有,我想把框架变为其他颜色,怎么办? 你给的代码是兰色的。



...全文
144 11 打赏 收藏 转发到动态 举报
写回复
用AI写文章
11 条回复
切换为时间正序
请发表友善的回复…
发表回复
ren20 2001-02-13
  • 打赏
  • 举报
回复
最好可以直接粘贴进入就可以,对于关键地方作些解释。谢谢
ren20 2001-02-13
  • 打赏
  • 举报
回复
说到底就是怎么控制他换行。

和改变框架的颜色。
divsun 2001-02-13
  • 打赏
  • 举报
回复
用CSS可以改变框 的颜色! 具体我不太记得了! 建议你查查MSDN.

好象是 style:bordercolor=red;size.......
ren20 2001-02-13
  • 打赏
  • 举报
回复
还有一点是:

如果我想滚动的字很少,但又要另起一行,例如:

a
b
c

这样滚动,
而框架要大的多。怎么办?
huangbenny 2001-02-13
  • 打赏
  • 举报
回复
使用时要注意,如加入<P><A><BR>等标记时,不能直接在Frontpage中的HTML中编写,FP会认为第一个才有效。解决的方法可以利用记事本来编写,有可能的话最好用ASP输出啦! :)
unique 2001-02-13
  • 打赏
  • 举报
回复
1.框架的大小由width='200' height='100'来设定,想做成你那个abc的只要将宽度设置小一些即可,如width='14'
2.边框样式由style='border:2px navy inset'
//2px边框宽度 navy边框颜色(任何合法的颜色代码) inset边框类型(none、dotted、dash、solid、double、groove、ridge、inset、outset);
3.你的csdn连接做得对
ren20 2001-02-13
  • 打赏
  • 举报
回复
但是,好象不能加 <p></p> <br> 这些呀。
孟子E章 2001-02-13
  • 打赏
  • 举报
回复
<marquee></marquee>里面的东西可以放普通页面的任何东西,你要是知道在<marquee>标记之外怎样写代码,那么,这里面的东西你也就会写了!
jeffreyren 2001-02-13
  • 打赏
  • 举报
回复
我觉得上面的好, 还是原来的好些。
unique 2001-02-13
  • 打赏
  • 举报
回复
重写了一个,会给我分吗?

<marquee scrollamount='5' direction=up scrolldelay='100' width='200' height='100' behavior=scroll style='border:2px navy inset' >
<!-- scrollamount ->单位时间滚动量
scrolldelay ->滚动延时
可以理解为 每 scrolldelay 微秒 滚动 scrollamount 像素

direction ->滚动方向 up,down,left,right

behavior ->scroll alternate
其他参数 ->bgcolor class...
方法 ->stop() start()

style='border:1px black solid' 黑色1像素单线条边框
不能用Deamweaver编辑,只能用Adobe GoLive 5.0
-->


<font color=red>红色文本文字</font><br>
<p><a href="http://www.csdn.net">CSDN网站链接</a></p>
<div>块式插入</div>
</marquee>
unique 2001-02-13
  • 打赏
  • 举报
回复
重新写了一下,会得分吗?
<marquee scrollamount='5' direction=up scrolldelay='100' width='200' height='100' behavior=scroll style='border:2px navy inset' >
<!-- scrollamount ->单位时间滚动量
scrolldelay ->滚动延时
可以理解为 每 scrolldelay 微秒 滚动 scrollamount 像素

direction ->滚动方向 up,down,left,right

behavior ->scroll alternate
其他参数 ->bgcolor class...
方法 ->stop() start()

style='border:1px black solid' 黑色1像素单线条边框
-->


<font color=red>红色文本文字</font><br>
<p><a href="http://www.csdn.net">CSDN网站链接</a></p>
<div>块式插入</div>
</marquee>

10,606

社区成员

发帖
与我相关
我的任务
社区描述
Web 开发 其他
社区管理员
  • 其他
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧