dreamweaver滚动图片
- 作者: 叔叔阿姨我喜欢你女儿
- 来源: 51数据库
- 2020-09-28
方法如下:
1、选中要插入滚动的文字或图片;
2、单击“插入——标签”;
3、在该对话框中选择marquee标签;
4、在代码中设置为:<marquee onmouseover=this.stop(); onmouseout=this.start(); direction=left scrollamount=1 height=14 scrolldelay=1 width=500>
滚动内容文字也可以 插入表格也可以,图片也可以。
1、选中要插入滚动的文字或图片;
2、单击“插入——标签”;
3、在该对话框中选择marquee标签;
4、在代码中设置为:<marquee onmouseover=this.stop(); onmouseout=this.start(); direction=left scrollamount=1 height=14 scrolldelay=1 width=500>
滚动内容文字也可以 插入表格也可以,图片也可以。
推荐阅读
