Ctrl+/
IE11
F11
ESC
PgUp
PgDn
<html>
<head>
<title>Js上下键使用</title>
<style type="text/css">
.dropDiv {
position: absolute;
z-index: 10;
display: none;
cursor: hand;
background-color: #eee;
}
.dropDiv .jhover {
background-color: #CCCCCC;
.dropDiv .list {
CSS代码...
xxxxxxxxxx
JS代码...