Ctrl+/
IE11
F11
ESC
PgUp
PgDn
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>立体页面效果</title>
</head>
<body>
<script language="JavaScript1.2">
if (document.all)
document.body.style.cssText="border:25 ridge red"
</script>
<p>看到这个页面周围的效果了吗?</p>
</body>
</html>
CSS代码...
JS代码...
xxxxxxxxxx