How does CSS implement a tick on a menu? Code

Source: Internet
Author: User
What this article brings to you is about how CSS implements a tick on a menu. (code), there is a certain reference value, the need for friends can refer to, I hope to help you.

<! DOCTYPE html>


The effect is as follows:

Key CSS:

Li.done::before {    content: ';    Position:absolute;    Border-color: #009933;    Border-style:solid;    border-width:0 0.3em 0.25em 0;    Height:1em;    Top:1.3em;    Left:0.6em;    Margin-top: -1em;    Transform:rotate (45deg);    Width:0.5em;}

* Bootstrap downward triangle for drop-down menu

. caret {    border-left:4px solid transparent;    border-right:4px solid transparent;    BORDER-TOP:4PX dashed;    Display:inline-block;    height:0;    margin-left:2px;    Vertical-align:middle;    width:0;}
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.