Ctrl+/
IE11
F11
ESC
PgUp
PgDn
<html>
<head>
<title>控制窗口移动的按钮</title>
</head>
<body>
<script language="javascript">
var xx
var v=1
function ml() {
clearTimeout(xx)
window.moveBy(-v, 0);
xx = setTimeout("ml()",140)
}
function mr() {
CSS代码...
JS代码...
xxxxxxxxxx