Web text flip Effect

Source: Internet
Author: User
<Div id = "marqueenews">
<Div id = "marqueeonenews">
<Font size = 4> announcement: individual users can publish information query information for free. Only one piece of published information is allowed per month. </font> <br/>
<Font size = 4> announcement: enterprise users can publish multiple messages without restriction and link them to their websites! </Font> <br/>
</Div>
</Div>
<Script language = "JavaScript">
VaR objgdiv = new marquee (); // create an instance
Objgdiv. parentdiv = "marqueenews"; // specifies the parent include layer for scrolling.
Objgdiv. maindiv = "marqueeonenews"; // specifies the scroll layer.
Objgdiv. speed = 20; // The rolling speed is measured in milliseconds. 1000 = 1 second.
Objgdiv. Direction = "up"; // scroll to "Left": Left "right": Right "up": Up "down": Down
Objgdiv. pausedistance = 14; // The interval at which the scrolling is paused.
Objgdiv. pausetime = 150; // pause time unit: milliseconds
Objgdiv. startstatus = 0; // initial status. Default Value: 0: Scroll content displayed; 1: blank initial status;
Objgdiv. parentdivwidth = 400; // display width
Objgdiv. parentdivheight = 14; // display height
Objgdiv. Start ();
Objgdiv = NULL;
</SCRIPT>

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.