JS and CSS text switching, timed alternation, streamlined code _ special text effects

Source: Internet
Author: User
Tags alternation
Image switching is very popular, and text switching is also very practical. In addition, CSS can be used with JavaScript to avoid writing text into JavaScript code when pure JavaScript is implemented, which is inconvenient to modify. This is convenient, simple, practical, and compatible. you can think of it as a normal CSS list, with only two or three lines of code added to complete the switching effect.

<! Doctype html public "-// W3C // dtd html 4.0 Transitional // EN"> <HTML> <HEAD> <TITLE> regular text change Code </TITLE> <style type = "text/css"> # newslist {background: # f8f8f8; border: 1px solid silver; padding: 1px; height: 20px; line-height: 20px; width: 288px;} # contain {font-size: 12px; overflow: hidden; list-style: none; width: 288px; height: 20px; margin: 0px; padding: 0 ;}# contain li {height: 22px; line-height: 22px; white-space: nowrap; overflow: hidden ;} </style> </HEAD> <BODY> <p id = "newslist"> <ul id = "contain"> <li> Baidu, the world's largest Chinese search engine </li> <li> CSDN, the most popular it community in China </li> <li> SCRIPT house </li> <li> player </li> </ul> </p> <script language =" javaScript "> function xx () {var container = document. getElementById ("contain"); container. appendChild (container. firstChild);} setInterval ("xx ()", 2000); SCRIPT </BODY> </HTML>
[Ctrl + A select all Note: If you need to introduce external Js, You need to refresh it to execute]

Related Article

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.