文字滚动后自动停止效果示例
2014-10-29来源:易贤网

效果很简单,只需要把下面的代码复制到你自己的页面中去运行一下就行了

代码如下:

<!doctype html public -//w3c//dtd xhtml 1.0 transitional//en http://www.w3.org/tr/xhtml1/dtd/xhtml1-transitional.dtd>

<html xmlns=>

<head>

<meta http-equiv=content-type content=text/html; charset=gb2312 />

<title>无标题文档</title>

</head>

<body >

<p align=left><marquee height=293 behavior=slide width=550 loop=1 scrollamount=1 scrolldelay=100><font style=font-size: 18pt; font-family: 方正姚体; color: #ea0000 color=#ff0000>

代码滚动

</font>

</marquee></p>

</body>

</html>

更多信息请查看IT技术专栏

推荐信息