超级对联 绝对经典[核心代码 两句!!!]
[CODE]<TABLE cellSpacing=0 cellPadding=0 width=750 align=center border=0>
<TR>
<TD height=0><SPAN id=dlian></SPAN></TD></TR></TBODY></TABLE>
<SPAN id=dlian1>
<DIV style="POSITION: absolute" id=ccc>
<DIV style="LEFT: -110px;background-color: #0000CC; WIDTH: 100px; POSITION: absolute; TOP: 2px; HEIGHT: 300px"><a href=javascript:clo()><font color=ffffff>[关闭]</font></a></DIV>
<DIV style="LEFT: 760px;background-color: #0000CC; WIDTH: 100px; POSITION: absolute; TOP: 2px; HEIGHT: 300px"><a href=javascript:clo()><font color=ffffff>[关闭]</font></a></DIV></DIV></SPAN>
<SCRIPT>
dlian.innerHTML=dlian1.innerHTML;
dlian1.innerHTML="";
function clo(){ccc.style.display="none"}
</SCRIPT>[/CODE]
代码如下:
<TABLE cellSpacing=0 cellPadding=0 width=750 align=center border=0>
<TR>
<TD height=0><SPAN id=dlian></SPAN></TD></TR></TBODY></TABLE>
<SPAN id=dlian1>
<DIV style="POSITION: absolute" id=ccc>
<DIV style="LEFT: -110px;background-color: #0000CC; WIDTH: 100px; POSITION: absolute; TOP: 2px; HEIGHT: 300px"><a href=javascript:clo()><font color=ffffff>[关闭]</font></a></DIV>
<DIV style="LEFT: 760px;background-color: #0000CC; WIDTH: 100px; POSITION: absolute; TOP: 2px; HEIGHT: 300px"><a href=javascript:clo()><font color=ffffff>[关闭]</font></a></DIV></DIV></SPAN>
<SCRIPT>
dlian.innerHTML=dlian1.innerHTML;
dlian1.innerHTML="";
function clo(){ccc.style.display="none"}
</SCRIPT>
[此贴子已经被作者于2005-10-26 11:02:47编辑过]