Ctrl+/
IE11
F11
ESC
PgUp
PgDn
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>新7款HTML5/CSS3特效之立体菜单按钮
</title>
</head>
<body>
<div id="content" style="width:500px;margin:0 auto">
<h3>Dark Navigation Buttons
</h3>
<ul class="button-list">
<li>
<a href='/' class='button' onclick="return false;">Home
</a>
</li>
xxxxxxxxxx
/* The following styles are used only for this page - the actual plugin styles are in slidernav.css */
* {
margin: 0;
padding: 0;
}
body {
background: url(//ku.shouce.ren/files/images/201603/56e5193fefbb9.gif);
#content {
padding: 40px 20px;
font-family: "Helvetica Neue", Helvetica, Arial;
font-size: 12px;
line-height: 18px;
color: #cfdae3;
JS代码...