Introduction to CSS Background-attachment Properties basics

Source: Internet
Author: User
This article mainly introduces in the CSS, using the background attachment property Background-attachment can set the background image is with the object scrolling or fixed, need friends can refer to, hope to help everyone.

First, Background-attachment properties

In CSS, use the background attachment property background-attachment to set whether the background image is scrolled or fixed with the object.

Grammar:

background-attachment:scroll/fixed;

Description

The Background-attachment property has only 2 property values. Scroll indicates that the background image scrolls with the object scrolling and is the default option; fixed means that the background image is pinned to the page and that only the other content scrolls with the scroll bar.

Example:

<! DOCTYPE html> 

The preview effect in the browser is as follows:

Analysis:

By dragging the right scroll bar in the browser, you will find that the background image is fixed on the page.

The Background-position property cannot be set after setting background-attachment in IE or 360, otherwise the picture cannot be displayed in the browser. You can test Google Chrome, Firefox browser.

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.