3D Cloud Label

Source: Internet
Author: User

Often see the home page of the PC end of the block will have some similar to the "clouds" like the label (a tag), the mouse will move up slightly floating, each load, color is not the same, curious, try to write a, help friends to do a similar related links, it appears more attractive.

The structure (HTML) code is as follows:

<div id= "tagslist" >

<a href= "#" title= " by sub-window " > via sub-window </a>

<a href= "#" title= " Marketing Health " > Marketing Health </a>

<a href= "#" title= " Marketing Health " > Marketing Health </a>

<a href= "#" title= "KPI topic " >KPI Special Topics </a>

<a href= "#" title= "KPI topics " >kpi topics </a>

<a href= "#" title= " by sub-window " > via sub-window </a>

<a href= "#" title= " Marketing Health " > Marketing Health </a>

<a href= "#" title= "KPI topic " >KPI Special Topics </a>

</div>

The behavior (jquery) code is as follows:

$ (' #tagsList a '). each (function (index, Element) {

var Color_arr = ["#ff7f80", "#eeb92b", "#2884d7", "#ff7e12"];

var n = (Math.floor (math.random () *color_arr.length));

$ (this). CSS ({color:color_arr[n]});

            });           

            /* math.random (): Get 0~1 Random number */         

/ *Math.floor (Math.random ()) : Gets the integer in the range you want * /



This article is from the "Traveler's Only Waiting" blog, so be sure to keep this source http://sunnyyeyuzhu.blog.51cto.com/6793234/1628953

3D Cloud Label

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.