Ctrl+/
IE11
F11
ESC
PgUp
PgDn
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>简洁的CSS下拉菜单代码
</title>
<style>
</style>
<!-- dd menu -->
<script type="text/javascript">
var timeout = 500;
var closetimer = 0;
var ddmenuitem = 0;
// open hidden layer
function mopen(id)
xxxxxxxxxx
#sddm {
margin:0 auto;
padding:0;
z-index:30;
background-color:#F4F4F4;
width:480px;
height:23px;
}
#sddm li {
margin:0;
list-style:none;
float:left;
font:bold 12px arial
JS代码...