Ctrl+/
IE11
F11
ESC
PgUp
PgDn
<html>
<head>
<title>窗口抖动效果</title>
<SCRIPT>
if(document.layers)
{
alert("将窗口调小一些效果更好!");
}
function drop(n) {
if(self.moveBy){
self.moveBy (0,-900);
for(i = n; i > 0; i--){
self.moveBy(0,3);
for(j = 8; j > 0; j--){
self.moveBy(0,j);
self.moveBy(j,0);
self.moveBy(0,-j);
self.moveBy(-j,0);
</SCRIPT>
</head>
<body onload=drop(300)>
</body>
</html>
CSS代码...
JS代码...
xxxxxxxxxx