Js implements the advertisement code in the lower-right corner with buffer effects as the screen scrolls, js scrolls
This example describes the advertisement code in the lower right corner of JavaScript code that implements a buffer effect with scrolling along the screen. Share it with you for your reference. The details are as follows:
An advertisement code in the lower-right corner that automatically scrolls with the screen. Pay attention to the following parameters:
Id of the content you want to scroll
R is left or right by default.
T the position you want to place on the page. By default, the bottom side is 0, and the top side is.
F 1 indicates no write or 0 indicates rolling (ie6 is fixed and invalid)
Is it very practical? This version has been revised twice by the author, and its compatibility is not bad.
The running effect is as follows:
The Online Demo address is as follows:
Http://demo.jb51.net/js/2015/js-right-buttom-float-follow-scroll-adv-codes/
The Code is as follows:
<! DOCTYPE html PUBLIC "-// W3C // dtd xhtml 1.0 Transitional // EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
I hope this article will help you design javascript programs.