background-attachment
åºçº¿
广æ³å¯ç¨
*
èª 2015å¹´7æ èµ·ï¼æ¤ç¹æ§å·²å¨ä¸»æµæµè§å¨ä¸å¾å°æ¯æï¼å¯å¨å¤§å¤æ°è®¾å¤åæµè§å¨çæ¬ä¸æ£å¸¸ä½¿ç¨ã
* æ¤ç¹æ§çæäºé¨åçæ¯æç¨åº¦å¯è½ææä¸åã
background-attachment CSS 屿§å³å®èæ¯å¾åçä½ç½®æ¯å¨è§å£å
åºå®ï¼æè
éçå
å«å®çåºåæ»å¨ã
å°è¯ä¸ä¸
background-attachment: scroll;
background-attachment: fixed;
background-attachment: local;
background-attachment: local, scroll;
background-attachment: scroll, local;
<section id="default-example">
<div id="example-element">
London. Michaelmas term lately over, and the Lord Chancellor sitting in
Lincoln's Inn Hall. Implacable November weather. As much mud in the streets
as if the waters had but newly retired from the face of the earth, and it
would not be wonderful to meet a Megalosaurus, forty feet long or so,
waddling like an elephantine lizard up Holborn Hill. London. Michaelmas term
lately over, and the Lord Chancellor sitting in Lincoln's Inn Hall.
Implacable November weather. As much mud in the streets as if the waters had
but newly retired from the face of the earth, and it would not be wonderful
to meet a Megalosaurus, forty feet long or so, waddling like an elephantine
lizard up Holborn Hill.
</div>
</section>
body {
overflow: scroll;
}
#default-example {
height: 600px;
}
#example-element {
max-width: 20rem;
height: 100%;
background:
url("/proxy/developer.mozilla.org/shared-assets/images/examples/lizard.png") right 3rem top 1rem / 15rem
no-repeat,
url("/proxy/developer.mozilla.org/shared-assets/images/examples/moon.jpg") center / 10rem;
color: #ff5454;
font-size: 1.5em;
font-weight: bold;
overflow: auto;
padding: 20px;
text-shadow:
0 0 0.6rem #000,
0 0 0.6rem #000;
}
è¯æ³
/* å
³é® 屿§å¼ */
background-attachment: scroll;
background-attachment: fixed;
background-attachment: local;
/* å
¨å± 屿§å¼ */
background-attachment: inherit;
background-attachment: initial;
background-attachment: unset;
åå¼
fixed-
æ¤å ³é®å±æ§å¼è¡¨ç¤ºèæ¯ç¸å¯¹äºè§å£åºå®ãå³ä½¿ä¸ä¸ªå ç´ æ¥ææ»å¨æºå¶ï¼èæ¯ä¹ä¸ä¼éçå ç´ çå 容æ»å¨ã
local-
æ¤å ³é®å±æ§å¼è¡¨ç¤ºèæ¯ç¸å¯¹äºå ç´ çå 容åºå®ã妿ä¸ä¸ªå ç´ æ¥ææ»å¨æºå¶ï¼èæ¯å°ä¼éçå ç´ çå 容æ»å¨ï¼å¹¶ä¸èæ¯çç»å¶åºååå®ä½åºåæ¯ç¸å¯¹äºå¯æ»å¨çåºåè䏿¯å å«ä»ä»¬çè¾¹æ¡ã
scroll-
æ¤å ³é®å±æ§å¼è¡¨ç¤ºèæ¯ç¸å¯¹äºå ç´ æ¬èº«åºå®ï¼è䏿¯éçå®çå 容æ»å¨ï¼å¯¹å ç´ è¾¹æ¡æ¯ææçï¼ã
æ åè¯æ³
background-attachment =
<attachment>#
<attachment> =
scroll |
fixed |
local
ä¾å
>ç®åçä¾å
CSS æ ·å¼è¡¨
p {
background-image: url("star-solid.gif");
background-attachment: fixed;
}
HTML æºç
<p>
There were doors all round the hall, but they were all locked; and when Alice
had been all the way down one side and up the other, trying every door, she
walked sadly down the middle, wondering how she was ever to get out again.
</p>
ææ
å¤èæ¯å¾æ¯æ
æ¤å±æ§æ¯æå¤å¼ èæ¯å¾çãä½ å¯ä»¥ç¨éå·åéæ¥ä¸ºæ¯ä¸å¼ èæ¯å¾çæå®ä¸åç<attachment>屿§å¼ãæ¯ä¸å¼ èæ¯å¾ç顺åºå¯¹åºç¸åºç attachment 屿§ã
CSS æ ·å¼è¡¨
p {
background-image: url("star-solid.gif"), url("star-transparent.gif");
background-attachment: fixed, scroll;
background-repeat: no-repeat, repeat-y;
}
HTML æºç
<p>
There were doors all round the hall, but they were all locked; and when Alice
had been all the way down one side and up the other, trying every door, she
walked sadly down the middle, wondering how she was ever to get out again.
Suddenly she came upon a little three-legged table, all made of solid glass;
there was nothing on it except a tiny golden key, and Alice's first thought
was that it might belong to one of the doors of the hall; but, alas! either
the locks were too large, or the key was too small, but at any rate it would
not open any of them. However, on the second time round, she came upon a low
curtain she had not noticed before, and behind it was a little door about
fifteen inches high: she tried the little golden key in the lock, and to her
great delight it fitted!
</p>
ææ
è§è
| è§è |
|---|
| CSS Backgrounds and Borders Module Level 3> # background-attachment> |
| åå§å¼ | scroll |
|---|---|
| éç¨å ç´ | ææå
ç´ . It also applies to ::first-letter and ::first-line. |
| æ¯å¦æ¯ç»§æ¿å±æ§ | å¦ |
| 计ç®å¼ | as specified |
| å¨ç»ç±»å | 离æ£å¼ |