Maison  >  Article  >  interface Web  >  文字滚动后自动停止效果示例

文字滚动后自动停止效果示例

高洛峰
高洛峰original
2017-02-23 13:20:481497parcourir

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

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
<html xmlns="http://www.w3.org/1999/xhtml"> 
<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>


更多文字滚动后自动停止效果示例相关文章请关注PHP中文网!


Déclaration:
Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn