Указывает, прикреплён ли фон к видовому экрану или он прокручивается вместе с контентом содержащего его поля.
Например, фоновое изображение, применённое к длинной странице, обычно будет прокручиваться вместе с остальной частью страницы.
Однако, если применяется фиксированное background-attachment, изображение будет оставаться в том же положении, когда пользователь прокручивает страницу вверх и вниз.
Фоновое вложение также может быть указано как часть background свойства shorthand.
Возможные значения
scroll
Значение: scroll.
Описание: фон прикреплён к блоку элементов. Он будет прокручиваться вместе с блоком элементов (и поэтому обычно прокручивается вместе со страницей). Поведение по умолчанию.
fixed
Значение: fixed.
Описание: фон прикреплён к области просмотра. Он будет оставаться неизменным при прокрутке страницы.
local
Значение: local .
Описание: фон прикреплён к содержимому поля. Он будет прокручиваться вместе с содержимым (что будет равно scroll если у поля нет собственного механизма прокрутки, например, через overflow).
[value], [value]
Значение: [value], [value].
Описание: для нескольких фонов. Значения, разделённые запятыми, соответствуют нескольким scroll, fixed изображениям, разделённым запятыми с background-image.
inherit
Значение: inherit.
Пример
body { background-attachment: fixed; } /* Фон будет оставаться неподвижным при прокрутке содержимого страницы.*/
Страницы в тему:
- Свойство CSS: background
- Свойство CSS: background-image
Все свойства CSS
all background background-attachment background-clip background-color background-image background-origin background-position background-repeat background-size border border-bottom border-bottom-color border-bottom-left-radius border-bottom-right-radius border-bottom-style border-bottom-width border-collapse border-color border-image border-image-outset border-image-repeat border-image-slice border-image-source border-image-width border-left border-left-color border-left-style border-left-width border-radius border-right border-right-color border-right-style border-right-width border-spacing border-style border-top border-top-color border-top-left-radius border-top-right-radius border-top-style border-top-width border-width bottom box-shadow caption-side clear clip color content counter-increment counter-reset cursor direction display empty-cells float font font-family font-size font-size-adjust font-stretch font-style font-synthesis font-variant font-weight height left letter-spacing line-height list-style list-style-image list-style-position list-style-type margin margin-bottom margin-left margin-right margin-top max-height max-width min-height min-width opacity orphans outline outline-color outline-style outline-width overflow padding padding-bottom padding-left padding-right padding-top page-break-after page-break-before page-break-inside position quotes right table-layout text-align text-decoration text-decoration-color text-decoration-line text-decoration-style text-indent text-transform top transform transform-origin transition transition-delay transition-duration transition-property transition-timing-function unicode-bidi vertical-align visibility white-space widows width word-spacing z-index