CSS bit element after

Source: Internet
Author: User

In combination with content, there is no content that has no effect. (You can define the content as empty)

eg

Content can be a string, a picture (Content:url (a.jpg)), or a property

<div class= "box" > Meng Meng </div

.box:after{

content: "Du Xiaoyu";

color:red;

"

<div class= "box" id= "AAA" > Meng Meng </div>

.box:before{

content:attr (id);

"

The inserted element defaults to the inline element, but can be changed by display

eg

<div class= "box" > Meng Meng </div>

. box:after{

Content: "";

width:100px;

height:100px;

border:1px solid #faa;

Display:block;

}

Used to clear floating

eg

is added on the parent element. Clearfix

.clearfix: After {
Display:block;
Clear:both;

"

for ie 6/7 (trigger haslayout)

.clearfix{

zoom:1;

     

CSS bit element after

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.