The automatic scrolling effect of the page can be achieved by JavaScript, but today I accidentally discovered an HTML tag - <marquee></marquee> which can achieve a variety of scrolling effects without JS control. The marquee tag can be used to move not only text, but also images, tables, etc. Syntax: <marquee>...</marquee>; Description: Add the content to be scrolled between the tags. Important properties: 1. Scroll direction (including 4 values: up, down, left and right) Syntax: <marquee direction="scroll direction">...</marquee> 2. Scrolling behavior (scroll: scroll in a loop, the default effect; slide: scroll once and then stop; alternate: scroll back and forth alternately) Syntax: <marquee behavior="scroll mode">...</marquee> 3. Scroll speed scrollamount (scroll speed is to set the length of movement each time you scroll, in pixels) Syntax: <marquee scrollamount="5">...</marquee> 4. Scroll delay scrolldelay (set the scrolling time interval in milliseconds) Syntax: <marquee scrolldelay="100">...</marquee> 5. Scroll loop (the default value is -1, the scroll will continue to loop) Syntax: <marquee loop="2">...</marquee> 6. Scroll range width, height 7. Scrolling background color bgcolor 8. Blank space hspace, vspace Code example: XML/HTML CodeCopy content to clipboard
The above is all the content of the simple method (must read) of using HTML tag marquee to achieve scrolling effect. I hope you like it~ |
<<: A brief discussion on the issue of element dragging and sorting in table
>>: How to set remote access permissions in MySQL 8.0
<body style="scroll:no"> <tabl...
background nginx-kafka-module is a plug-in for ng...
NodeJS copies the files: Generally, the copy oper...
Table of contents 1. System environment 2. Operat...
Nginx global variables There are many global vari...
question Running gdb in docker, hitting a breakpo...
Preface: When we need to store decimals and have ...
I have a product parts table like this: part part...
When processing batch updates of certain data, if...
Installation environment: CentOS7 64-bit, MySQL5....
We know that there are two ways to receive incomi...
Table of contents 1. WordPress deployment 1. Prep...
Preface Recently, during an interview, I was aske...
1 QPS calculation (number of queries per second) ...
Preface When installing the executable file of a ...