Ctrl+/
IE11
F11
ESC
PgUp
PgDn
<html>
<head>
<title>JavaScript表格背景轮换显示</title>
<STYLE type=text/css>
.jx {FILTER: revealTrans(transition=13,duration=1); WIDTH: 100%; POSITION: absolute}
</STYLE>
</head>
<body>
<DIV class="jx" id=jx1 onmouseover=s(1) style="VISIBILITY: visible" onmouseout=s(0)>
<TABLE width=768 height=130 border=1 align="center" cellPadding=3 cellSpacing=0 bordercolordark="#DAFEF2" bordercolorlight="#006600" bgColor=#D5FDE2>
<TR bgcolor="#99CC33">
<TD height=10 colSpan=4 align=left vAlign=center>
<P align=left><strong><a href="#"><font color="#FFFFFF">表格背景轮换</font></a></strong></P></TD>
</TR>
<TR>
CSS代码...
JS代码...
xxxxxxxxxx