Share a pure CSS example code for five-star reviews

Source: Internet
Author: User

Cssgames: pure CSS to achieve five-star evaluation effect, interested in small partners can look.

On the code:

<style type = "Text/css" >    . container {        width: 250px;        height:50px;        Location: relatives;        border: 1px pure red;    }    UL {        margin: 0;        Filling: 0;        Location: Absolute        list-style:none;        Width: 100%;        Height: 100%;        Overflow: hidden;    }    Li {        z-index:1;        Width: 20%;        Height: 100%;        Float:left;        Background: #faf;        border-radius:50%;        /* box-shadow:2px red inset; */    }    Lee: hover + span {        display: block;        z-index:99;        Width: 500%;        Height: 100%;        Float:left;        Background: #afa;    }    . Backer {        Position: Absolute        width: 100%;        Height: 100%;    }    . Backer Li {        background: #999;    } </Style >
<div class = "container" >    <div class = "Backer" >        <UL>            <li> </li>            <li > </li>            <li> </li>            <li> </li>            <li> </li>        </ul>< c8/></div>    <UL>        <li class = "Li1" > </li> <span> </span>        <li class = "Li2" > </li> <span> </span>        <li class = "Li3" > </li> <span> </Spa N>        <li class = "Li4" > </li> <span> </span>        <li class = "Li5" > </li> < span> </span>    </ul></div><div> another DIV </div>

It's a good feeling.

"Recommended"

1. Special recommendation : "PHP Programmer Toolkit" V0.1 version download

2. Free CSS Online video tutorial

3. php.cn (2)-css Video tutorial

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.