The automatic scrolling effect of the page, which can be implemented by JavaScript,
But there is an HTML tag-<marquee></marquee> can achieve a variety of scrolling effects, without JS control.
Use marquee tags not only to move text, but also to move pictures, tables, and so on.
Syntax:<marquee>...</marquee>; Description: Add the content you want to scroll between the tags.
Important attributes:
1. Scrolling direction direction (including 4 values: Up, down, left, and right)
Syntax: <marquee direction= "scrolling direction" >...</marquee>
2. Scrolling mode behavior (scroll: cyclic scrolling, default effect; slide: stop only once scrolling; alternate: rotate back and forth)
Syntax: <marquee behavior= "scrolling mode" >...</marquee>
3. Scrolling speed ScrollAmount (scrolling speed is the length, in pixels, that is set to move each time you scroll)
Syntax: <marquee scrollamount= "5" >...</marquee>
4. Scrolling delay Scrolldelay (sets the time interval for scrolling, in milliseconds)
Syntax: <marquee scrolldelay= ">...</marquee>"
5. Scroll loops loop (default is-1, scrolling will continue to loop)
Syntax: <marquee loop= "2" >...</marquee>
6. Scroll range width, height
7. Scrolling background color bgcolor
8. Blank Space Hspace, vspace
Insert Baidu Map:
Generate http://api.map.baidu.com/lbsapi/creatmap/index.html directly
More ways: http://lbsyun.baidu.com/
More methods detailed Description: Http://lbsyun.baidu.com/index.php?title=jspopular
Http://developer.baidu.com/map/jsdemo.htm#a1_2
Marquee label, insert Baidu Map