blob: 3499892c0b65bffe593b701261d38017c9b8af3a [file] [log] [blame]
<html>
<head>
<style>
body {
height:2000px;
margin:0;
overflow:hidden;
}
#fixed-background-box {
width:400px;
height:600px;
background-image:url(resources/green.png);
background-attachment:fixed;
}
</style>
</head>
<body>
<div id="fixed-background-box"></div>
</body>
<html>
<html>
<head>
<style>
body {
height:2000px;
margin:0;
overflow:hidden;
}
#fixed-background-box {
width:400px;
height:600px;
background-image:url(resources/green.png);
background-attachment:fixed;
}
</style>
</head>
<body>
<div id="fixed-background-box"></div>
</body>
</html>