Ctrl+/
IE11
F11
ESC
PgUp
PgDn
<html>
<head>
<title>随屏滚动</title>
<style type="text/css">
*{padding:0;margin:0;}
html{height:100%;}
body{height:200%;}
.box{position:absolute;width:100px;height:100px;background:#ccc}
</style>
</head>
<body>
<div class="box" id="box1" style="bottom:0;left:0;">AD1</div>
<div class="box" id="box2" style="top:0;right:0;">AD2</div>
</body>
<script type="text/javascript">
CSS代码...
JS代码...
xxxxxxxxxx