link.htm
来自「shopxp网上购物系统v6.6已经调试,百分百可用」· HTM 代码 · 共 39 行
HTM
39 行
<STYLE type=text/css>
#left {position :absolute;top :380px;left:10px;width:610px; height:150px;padding:10px;background-color:#F4FCF3; border:2px solid green;z-index:6;}
#right {position :absolute;top :90px;right:140px;width:210px;height:350px;border:1px solid;z-index:3;}
#top {position :absolute;top :10px;left:140px;width:220px;height:60px;border:1px solid;z-index:3;}
#down {position :absolute;right:10px;top :285px;width:120px;height:150px;border:1px solid;z-index:3;}
.red{color:red}
</STYLE>
<DIV id="left">
<script language="JavaScript" src="../js/adword.js"></script>
<a href="javascript:closeAD()"><span class="red">关闭广告</span></a>
</DIV>
<DIV id="right">
<a target="_blank" href="http://www.qinzd.com/">
<img border="0" src="../static/QinZD2.jpg" width="210" height="350"></a></DIV>
<DIV id="top">
<a target="_blank" href="http://www.99mill.com/">
<img border="0" src="../static/99mill.gif" width="220" height="60"></a></DIV>
<DIV id="down">
<a target="_blank" href="http://class.vifv.cn/">
<img border="0" src="../static/vifv.gif" width="120" height="150"></a>
</DIV>
<script type="text/javascript">
function closeAD()
{
document.getElementById("Left").style.visibility="hidden";
document.getElementById("Right").style.visibility="hidden";
document.getElementById("top").style.visibility="hidden";
document.getElementById("down").style.visibility="hidden";
}
</script>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?