可关闭悬浮在网页顶部随网页移动的导航或公告效果
<html>
<head>
<title>可关闭悬浮在网页顶部随网页移动的导航或公告效果 破洛洛提供演示 www.poluoluo.com</title>
<style type="text/css">
<!--
body { margin: 0px;padding: 0px;text-align: center;}
TD {FONT-SIZE: 12px; COLOR: #333;}
#toubiao {BORDER-BOTTOM: #e2e2e2 1px solid;}
-->
</style>
</head>
<body>
<SCRIPT>
function toueme(){
document.getElementById("toubiao").style.display="none";
}
</SCRIPT>
<DIV id=toubiao>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="4%" height="30" align="center"><img src=/System/uploads/allimg/110720/1028360.gif width="15" height="14"></td>
<td width="82%">
<span style="text-decoration: none"><font color="#808080"> 你可以点关闭试试。</font></span></td>
<td width="14%" align="right"><a style="CURSOR: hand" onClick=toueme()><img
src=/System/uploads/allimg/110720/1028361.gif width=84 height=11 hspace="6" border=0></a></td>
</tr>
</table>
</DIV>
</body>
</html>
本文作者:未知