Body background image adaptive browser height

Source: Internet
Author: User

CSSCode:

Body {<br/> Background: # fff URL (img/bg.gif) Repeat-y center top; <br/>} 

If the webpage contains a small amount of content, the background image of the body only occupies part of the height of the browser, which is hard to see. Now we add a minimum height to the body:

Body {<br/> Background: # fff URL (img/bg.gif) Repeat-y center top; <br/> Min-heigth: Min-Height: 100%; Height: Auto! Important; Height: 100%; <br/>} 

The display in IE is good, but it still does not work in chrome. Now we set the HTML height to 100%. Everything is OK. The final code is as follows:

HTML {<br/> Height: 100%; <br/>}< br/> body {<br/> Background: # fff URL (img/bg.gif) repeat-y center top; <br/> Min-heigth: Min-Height: 100%; Height: Auto! Important; Height: 100%; <br/>} 

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.