向上滑动的蓝色大气导航菜单

<html>
<head>
<title>项部的窗口</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="5">
  <tr>
    <td width="82%"><a target="_blank" href="/">
<span style="text-decoration: none"><font color="#808080">源码爱好者为您提供有质量的学习资源,编程资源,电子书籍等,你是学习的好地方。</font></span></a></td>
    <td width="14%" align="right"><a style="CURSOR: hand" onClick=toueme()>
<img src="http://codefans.net/jscss/demoimg/200903/close3.gif" hspace="6" border=0></a></td>
  </tr>
</table>
</DIV>
</body>
</html>
posted @ 2009-07-12 11:02  ThirdEye  阅读(455)  评论(0编辑  收藏  举报