Background Image Adaptive resolution browser size automatically stretched full screen code

Source: Internet
Author: User

When creating a page CSS style, it is essential to have a beautiful background image. In order to ensure that the resolution size of each visitor is different, we will choose to use a tiled color code or small image as the background, so how to make a large HD image as the background, regardless of the visitor's resolution, will automatically stretch the display, I am also worried about this problem. I visited the Internet and consulted my friends. I found the code that made the background image adaptive to the browser window size and automatically stretched it, and shared it with friends who needed it.

You only need to copy the following code to the <body> tab of the page. Of course, if your big picture is too large to be downloaded in the space, you can put the picture in Baidu Development Center BAE, for example, all these big charts are hosted in BAE.

If you use this code, cancel the background style at the body tag in the CSS style. In addition, this effect does not support IE6 browsers.

<Div id = "web_bg" style = "position: absolute; width: 100%; height: 100%; z-index:-1">

</Div>

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.