Home > Web Front-end > HTML Tutorial > [转]实现文字跑马灯效果,scrolling text from right to left_html/css_WEB-ITnose

[转]实现文字跑马灯效果,scrolling text from right to left_html/css_WEB-ITnose

WBOY
Release: 2016-06-24 11:23:53
Original
1398 people have browsed it

<div><marquee direction="left" behavior="scroll" scrollamount="10" scrolldelay="0" loop="-1" width="1000" height="50" bgcolor="#0099FF" hspace="10" vspace="10">test; (2)behavior:test: scroll:test,reqeat,test slide:test,not...</marquee></div>
Copy after login

 

Direction: up, down, left, right

scrollamount:滚动速度,单位像素

loop: -1无限循环

 

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template