Javascript code that implements horizontal or vertical scrolling of webpage content

Source: Internet
Author: User

There are two main parts: one is the rolling content part; the other is the JS rolling code part. There are only two sentences.

I. Traditional rolling code

<Marquee scrollamount = "2" loop = "-1" scrolldelay = "0" width = "250"> use Javascript to horizontally scroll news content! </Marquee>
[Ctrl + A select all Note: If you need to introduce external Js, You need to refresh it to execute]
The traditional rolling code application has a relatively simple effect, and there are often browser compatibility problems. For example, the effect of marquee on FIREFOX will become invalid.

Ii. Rolling effect implemented by Javascript

Use Javascript to implement horizontal scrolling of news content. 1 // you can adjust the width and other parameters in the div label.
[Ctrl + A select all Note: If you need to introduce external Js, You need to refresh it to execute]
The above is the complete JS rolling code. If you want to implement vertical scrolling, you only need to make a simple modification, that is, using the style's pixTop attribute.

From tianyuan blog

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.