The height of the div in the Firefox browser does not increase with the content inside.

Source: Internet
Author: User

In IE browser #main This div can be displayed normally, but in the Firefox browser can not display the #main Div, that is, #main the height of the div will not increase with the contents of the height increase. The following methods can be used to resolve:

#main This style rule under the style sheet to create the following style rules:

#main {

padding:10px;

width:800px;

margin-top:10px;

Margin-right:auto;

margin-bottom:10px;

Margin-left:auto;

Background-color: #CCCCCC;

}

#main: after{

Content: ".";

Visibility:hidden;

Display:block;

Clear:both;

height:0px;

font-size:0px;

}

Note: Do not set the Height property value in #main this style rule.

Description: Content: "." The quotation marks can be ".", or it can be another task character or string.

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.