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=utf-8" />
<title>js页面顶部提示栏广告效果</title>
<style>
body{font:12px/16px arial;margin:0}
#TopTipHolder{height:0;overflow:hidden;position:relative}
#TopTip{height:35px;line-height:35px;text-align:center;background:#FC0}
#TopTipClose{width:85px;height:19px;background:url(//ku.shouce.ren/files/images/201601/56a31304bc3b4.gif) no-repeat;position:absolute;right:10px;top:10px}
</style>
</head>
<body>
<div id="TopTipHolder"><div id="TopTip">手册网提供编程源码、网站源码、网页素材、书籍教程、网站模板、网页特效代码</div><div id="TopTipClose" title="关闭"></div></div>
<script>
CSS代码...
JS代码...
xxxxxxxxxx