CSS various azimuth triangles

Source: Internet
Author: User

CSS border and frame construction is the same, look at the following generation of CSS code:

<div style= "Border-color:red blue black green;border-style:solid;border-width:40px;height:100px;width:100px;" ></div>

When we set the div width and height to 0, it looks like this:

<div style= "Border-color:red blue black green;border-style:solid;border-width:40px;height:0px;width:0px;" ></div>

As you can see, the four pointed triangles have appeared, with the following example of a red triangle:

First step: We'll try to remove the black border.
<div style= "Border-color:red blue black green;border-style:solid;border-width:40px; Border-bottom:none; height:0px;width:0px; " ></div>

The second step: as if the left and right border removed on OK, I tried, in fact, is not.

Visible, left and right borders can not be removed ... In fact, the red triangle occupies a large space is so big, so, we have no way to do in the size of the control. A different way of thinking, set the left and right border to transparent, you can.

<div style= "border-color:red transparent transparent transparent;border-style:solid;border-width:40px; Border-bottom:none; height:0px;width:0px; " ></div>

The merit has caused ... However, this is a positive triangle, if only isosceles triangle what to do? Try the left and right border widths ... Oh.

<div style= "border-color:red Transparent transparent transparent;border-style:solid;border-width:40px 20px 0 20px; Border-bottom:none; height:0px;width:0px; " ></div>


Other triangles, and so on OK ...

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.