Div + CSS implements the frameset effect, which is 100% in height and attention, and has a full window effect.

Source: Internet
Author: User
Title

    • Content
    • Content
    • Content
    • Content
    • Content
    • Content
    • Content
    • Content
    • Content
    • Content
    • Content
    • Content
    • Content
    • Content
    • Content
    • Content
    • Content
    • Content
    • Content
    • Content
    • Content
Footer

Resolution:
1. make sure to set the height of the HTML and body labels to 100%, because the percentage height/degree of the sub-vertex is relative to the parent vertex, only when the root vertex is set to 100% can the height of the sub-vertex under the certificate be 100%;
Html
{
Min-Height: 100%;
Height: 100%;
}
Body
{
Margin: 0;
Padding: 0;/* Min-Height: 100% ;*/
Height: 100%;
}
2. the height of the header, content, and footer three keys must all be expressed in percentage. Otherwise, one of them uses JS keys to take the height (the sum of the window height-the height of other keys ), other values use a fixed height. only in this way can the height of each region be determined, and the screen can be restored.

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.