"CSS" CSS implementation click Toggle function/icon Switch

Source: Internet
Author: User

① implementation of Toggle functions

HTML structure:

<div class= "Csstog" >
<label>
<p> Major: B020309 Modern Enterprise Management (independent undergraduate section) </p>
</label>
<input type= "checkbox" >
</div>

CSS notation:
. csstog{position:relative}
. Csstog input{position:absolute;top:0;left:0;width:100%;opacity:0}
. Csstog input: Active+.sub, label input: Focus+.sub{display:block;}
. Csstog Input+.sub{display:none;}

JS processing iOS Real device above click Invalid Resolution code: Document.body.addEventListener (' Touchstart ', function () {}); iOS mobile device: AC

② Implement icon Toggle
In addition, it is generally possible to input: checked for click to toggle icon

HTML structure:

<label>
<input type= "checkbox"/>
<i class= "icon" ></i>
Remember the password
</label>

Label{position:relative}
Label input{width:100%;height:100%;p osition:absolute;top:0;left:0;opacity:0;}
Label. Icon{width:16px;height:16px;display:inline-block;vertical-align:middle; background:red;}
Label input:checked+.icon{background:green;}




① Reference: http://blog.csdn.net/freshlover/article/details/43735273

"CSS" CSS implementation click Toggle function/icon Switch

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.