??

English[?b?kgra?nd] American[?b?k?ɡra?nd]

n.(?? ?) ???; ?? ??; ?? ??

attachment

English[ ?t?t?m?nt]美[ ??t?t?m?nt]

n. ?? ??, ?? ??, ?? ??, ?? <??> ??, ??(??, ??)

??: ?? ??

javascript backgroundAttachment ?? ???

??: ?? ???? ???? ??? ???? ??? ??? ?? ????? ?????.

??: ??Object.style.BackgroundAttachment=scroll|fixed

??: ?? ??? ???? ???? ?? ???? ??? ? ?? ???? ????? ?? ?? ??? ?? ? ????.

javascript backgroundAttachment ?? ?

<html>
<head>
<style type="text/css">
body
{
background-color="#FFCC80";
background-image:url(http://img.php.cn/upload/article/000/005/656/5af270fd37755429.jpg);
}
p
{
color:white;
}
</style>
<script type="text/javascript">
function changeAttachment()
{
document.body.style.backgroundAttachment="fixed";
}
</script>

</head>
<body>

<input type="button" onclick="changeAttachment()"
value="Set background-image to be fixed" />
<p>This is a paragraph</p>
<p>This is a paragraph</p>
<p>This is a paragraph</p>
<p>This is a paragraph</p>
<p>This is a paragraph</p>
<p>This is a paragraph</p>
<p>This is a paragraph</p>
<p>This is a paragraph</p>
<p>This is a paragraph</p>
<p>This is a paragraph</p>
<p>This is a paragraph</p>
<p>This is a paragraph</p>
<p>This is a paragraph</p>
<p>This is a paragraph</p>

</body>
</html>

???? ?? ?

??? ????? ??? "???? ??" ??? ?????