Ctrl+/
IE11
F11
ESC
PgUp
PgDn
<!DOCTYPE html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>CSS3+jQuery实现的滚动图片菜单</title>
<script type="text/javascript" src="//apps.bdimg.com/libs/jquery/1.11.3/jquery.min.js"></script>
<style type="text/css">
body {
padding: 50px 0 0 50px;
}
div.sc_menu {
position: relative;
height: 145px;
width: 500px;
overflow: auto;
CSS代码...
JS代码...
xxxxxxxxxx