当前位置:网站首页>Web滚动字幕(MARQUEE示例)
Web滚动字幕(MARQUEE示例)
2022-07-28 05:23:00 【海乐学习】
在webform上实现走马灯效果
前台:
<MARQUEE.stop().start() scrollamount=1 scrolldelay=1 direction= left border="1" style="width: 31%; height: 16px;">
<%=Structure%></MARQUEE>
后台:
public string Structure = "";
调用时对Structure即可
动态实现
前台:
<asp:Label runat="server" Text="Label"></asp:Label></div>
后台:
Label1.Text += "<marquee.stop().start() scrollamount=1 scrolldelay=15 direction= right >";
for (int i = 0; i < dv.Table.Rows.Count; i++){
Label1.Text += string.Format("<a href=\"{0}\">{1}</a> " + " ", "Default2.aspx?id=" + dv.Table.Rows[i][0].ToString(), dv.Table.Rows[i][3].ToString());
}
Label1.Text += "</marquee>";
Marquee基本语法
<marquee> ... </marquee>
移动属性的设置 ,这种移动不仅仅局限于文字,也可以应用于图片,表格等等
方向
<direction=#> #=left, right ,up ,down <marquee direction=left>从右向左移!</marquee>
方式
<bihavior=#> #=scroll, slide, alternate <marquee behavior=scroll>一圈一圈绕着走!</marquee>
<marquee behavior=slide>只走一次就歇了!</marquee>
<marquee behavior=alternate>来回走</marquee>
循环
<loop=#> #=次数;若未指定则循环不止(infinite) <marquee loop=3 width=50% behavior=scroll>只走 3 趟</marquee> <P>
<marquee loop=3 width=50% behavior=slide>只走 3 趟</marquee>
<marquee loop=3 width=50% behavior=alternate>只走 3 趟!</marquee>
速度
<scrollamount=#> <marquee scrollamount=20>啦啦啦,我走得好快哟!</marquee>
延时
<scrolldelay=#> <marquee scrolldelay=500 scrollamount=100>啦啦啦,我走一步,停一停!</marquee>
外观(Layout)设置
对齐方式(Align)
<align=#> #=top, middle, bottom <font size=6>
<marquee align=# width=400>啦啦啦,我会移动耶!</marquee>
</font>
底色
<bgcolor=#> #=rrggbb 16 进制数码,或者是下列预定义色彩:
Black, Olive, Teal, Red, Blue, Maroon, Navy, Gray, Lime,
Fuchsia, White, Green, Purple, Silver, Yellow, Aqua <marquee bgcolor=aaaaee>颜色!</marquee>
面积
<height=# width=#> <marquee height=40 width=50% bgcolor=aaeeaa>面积!</marquee>
空白
(Margins)<hspace=# vspace=#>
<marquee hspace=20 vspace=20 width=150 bgcolor=ffaaaa align=middle>面积!</marquee>
方向
<direction=#> #=left, right ,up ,down <marquee direction=left>从右向左移!</marquee>
方式
<bihavior=#> #=scroll, slide, alternate <marquee behavior=scroll>一圈一圈绕着走!</marquee>
<marquee behavior=slide>只走一次就歇了!</marquee>
<marquee behavior=alternate>来回走</marquee>
循环
<loop=#> #=次数;若未指定则循环不止(infinite) <marquee loop=3 width=50% behavior=scroll>只走 3 趟</marquee> <P>
<marquee loop=3 width=50% behavior=slide>只走 3 趟</marquee>
<marquee loop=3 width=50% behavior=alternate>只走 3 趟!</marquee>
速度
<scrollamount=#> <marquee scrollamount=20>啦啦啦,我走得好快哟!</marquee>
延时
<scrolldelay=#> <marquee scrolldelay=500 scrollamount=100>啦啦啦,我走一步,停一停!</marquee>
外观(Layout)设置
对齐方式(Align)
<align=#> #=top, middle, bottom <font size=6>
<marquee align=# width=400>啦啦啦,我会移动耶!</marquee>
</font>
底色
<bgcolor=#> #=rrggbb 16 进制数码,或者是下列预定义色彩:
Black, Olive, Teal, Red, Blue, Maroon, Navy, Gray, Lime,
Fuchsia, White, Green, Purple, Silver, Yellow, Aqua <marquee bgcolor=aaaaee>颜色!</marquee>边栏推荐
- 深度学习(一):走进机器学习与深度学习理论部分
- The number of password errors during login is too many, and the user is blocked,
- Cluster operation management system, to answer questions about the process
- 基于直方图修改的可逆数字水印方法
- LED发光二极管选型-硬件学习笔记3
- 深度学习(增量学习)——ICCV2022:Contrastive Continual Learning
- VB-ocx应用于Web
- Boosting unconstrained face recognition with auxiliary unlabeled data to enhance unconstrained face recognition
- Apache log4j arbitrary code execution replication
- How to choose an applet development enterprise
猜你喜欢

TensorFlow2.1基本概念与常见函数

How much is wechat applet development cost and production cost?

Deep learning pay attention to MLPs

硬件电路设计学习笔记1--温升设计

Latex入门

物联网互操作系统:分类、标准与未来发展方向综述

What is the process of building a small program?

Deep learning (self supervision: simpl) -- a simple framework for contractual learning of visual representations

Paper reading notes of field low resolution face recognition based on selective knowledge extraction

Overview of unconstrained low resolution face recognition III: homogeneous low resolution face recognition methods
随机推荐
深度学习(自监督:MoCo v2)——Improved Baselines with Momentum Contrastive Learning
Neural network learning
后门攻击与对抗样本攻击的比较研究
一、AMD - OpenVINO环境配置
What is the detail of the applet development process?
Distributed cluster architecture scenario optimization solution: distributed scheduling problem
Paper reading notes of field low resolution face recognition based on selective knowledge extraction
Overview of unconstrained low resolution face recognition I: data sets for low resolution face recognition
TensorFlow2.1基本概念与常见函数
浪涌冲击抗扰度实验(SURGE)-EMC系列 硬件设计笔记6
Four perspectives to teach you to choose applet development tools?
On low resolution face recognition in the wild:comparisons and new technologies
Why is the kotlin language not popular now? What's your opinion?
LED发光二极管选型-硬件学习笔记3
Overview of unconstrained low resolution face recognition II: heterogeneous low resolution face recognition methods
Geek challenge 2019-sql injection five questions PW
硬件电路设计学习笔记2--降压电源电路
Deep learning - metaformer is actually what you need for vision
Deep learning (incremental learning) - (iccv) striking a balance between stability and plasticity for class incremental learning
How much is wechat applet development cost and production cost?