当前位置:网站首页>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>边栏推荐
- Addition and multiplication calculation of GF (2^8)
- Prime_ Series range from detection to weight lifting
- Small program development solves the anxiety of retail industry
- How much does small program development cost? Analysis of two development methods!
- 卷积神经网络
- Never leave its origin - bluecms1.6 vulnerability of the controller's shooting range
- Tf.keras build neural network function expansion
- Paper reading notes of field low resolution face recognition based on selective knowledge extraction
- How to improve the efficiency of small program development?
- The difference and connection between cookies, sessions and tokens
猜你喜欢

Latex入门

CVE_ 2017_ 11882 vulnerability recurrence (Metasploit opens NT remote desktop to add an account)

强化学习——价值学习中的SARSA

四、模型优化器与推理引擎

Apache log4j arbitrary code execution replication

Geek challenge 2019-sql injection five questions PW

Knowledge point 21 generic

深度学习(自监督:CPC v2)——Data-Efficient Image Recognition with Contrastive Predictive Coding

Deep learning (II) into machine learning and deep learning programming

51 single chip microcomputer independent key linkage nixie tube LED buzzer
随机推荐
说说ESXi虚拟交换机和端口组的“混杂模式”
Nsctf web Title writeup
UNL class diagram
Summary of command injection bypass methods
Reversible watermarking method based on difference expansion
开关电源电路EMI设计在layout过程中注意事项
Reinforcement learning - Strategic Learning
深度学习(自监督:MoCo v2)——Improved Baselines with Momentum Contrastive Learning
Paper reading notes of field low resolution face recognition based on selective knowledge extraction
vSphere ESXi 7.0 Update 3 发行说明
神经网络实现鸢尾花分类
Nanjing University of Posts and Telecommunications CTF topic writeup (II) including topic address
基于选择性知识提取的野外低分辨率人脸识别的论文阅读笔记
基于差值扩展的可逆水印方法
EMC实验实战案例-ESD静电实验
TensorFlow2.1基本概念与常见函数
弹出消息对话框的方法
Transformer's understanding
关于Fusion on Apple Silicon的谨慎猜测
监控安装ESXi on Arm的树莓派4b的CPU温度