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>jQuery换肤</title>
<style type="text/css">
body,p,ul{margin:0;padding:0;}
ul{float:right;height:40px;margin-top:20px;margin-right:20px;}
ul li{list-style-type:none;float:left;width:20px;height:20px;margin-left:10px;cursor:pointer;}
.skin{height:40px;position:fixed;background:#fff;border-bottom:solid 1px #cccc;top:0;left:0;width:100%;}
.red{background:#F06;}/*红色*/
.black{background:#000;}/*黑色*/
.blue{background:#09F;}/*蓝色*/
.green{background:#093;}/*绿色*/
</style>
CSS代码...
JS代码...
xxxxxxxxxx