半点优化网 http://www.bdxc.net/
当前位置首页 > 网站技术问题> 正文

简单的网页导航条代码

2022-05-24 00:05:48 暂无评论 296 网站技术问题 代码   简单   导航

<html>
<head>
<meta http-equiv=Content-Type content=text/html; charset=gb2312 />
<title>none</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=images/kids.gif width=15 height=14></td>
<td width=82%>登陆|注册 这里要什么就你自己写咯</td>
<td width=14% align=right><a style=CURSOR: hand onClick=toueme()>关闭</a></td>
</tr>
</table>
</DIV>
呵呵 新建记事本 打开复制该代码 保存 修改后缀名为html 预览效果!
</body>
</html>

猜你喜欢