Use border border properties to make small symbols

Source: Internet
Author: User

The first two days of study, found on the site of a small symbol, thought to be inserted img, but find to find also did not find the address of IMG. Finally asked the classmate, only to know is to use border attribute made out.

Symbols such as right:

Its CSS code is as follows:

. fuhao{    Position:absolute;    top:12px;    left:12px;    width:0px;    height:0px;    Overflow:hidden;    border-width:6px 0px 6px 6px;    Border-color:transparent #A92222;    border-style:dashed none dashed solid;}

Here is the use of an empty div, Fuhao, to define its position, so that it has a height and width of 0, but the border has a width. So what's in this div, there's nothing left but a border.

This should be the case, as the truth goes:

Then the following statement to the upper and lower border to do a transparent transparent processing, the right side of the box to do 0px processing, the symbol is drawn.

In fact, I do not quite understand, but think with the border border to do the symbol is very interesting, what you see, take it.

Use border border properties to make small symbols

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.