Ctrl+/
IE11
F11
ESC
PgUp
PgDn
<html>
<head>
<title>Js界面转换风格</title>
<style>
.40pt{position: absolute; top:20; left:300; width:300; height:300; font-size:40pt;
text-align:left; font-family:微软雅黑;filter: revealTrans(Transition=12, Duration=2)}
.30pt{font-size:50pt;color:red;font-family:微软雅黑}
</style>
<script>
function HelpArray(len) {
this.length=len
}
HelpText = new HelpArray(6)
HelpText[0] = "通常我们所见的界面的转换都是直接跳过去。"
HelpText[1] = "而这个例子中的效果是这样的:"
CSS代码...
JS代码...
xxxxxxxxxx