首 页 ASP ASP.NET PHP JSP Ajax DIV+CSS JavaScript XML C#
MySQL MSSQL Access Oracle Linux Server 电脑技巧 网络安全 建站经验 其它

符合WEB标准的导航菜单

整理日期:2008年04月28日 【字体:

  介绍符合WEB标准的导航菜单 ——将下面的代码拷贝粘贴并生成html或者htm格式的网页文档,用浏览器打开即可看到效果。

<html xmlns="http://www.w3.org/1999/xhtml" lang="zh-CN">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>css菜单演示</title>
<style type="text/css">
<!--
*{margin:0;padding:0;border:0;}
body {
font-family: arial, 宋体, serif;
font-size:12px;
}

#nav {
line-height: 24px; list-style-type: none; background:#666;
}

#nav a {
display: block; width: 80px; text-align:center;
}

#nav a:link {
color:#666; text-decoration:none;
}
#nav a:visited {
color:#666;text-decoration:none;
}

伊图教程网[www.etoow.com]
http://www.etoow.com/html/2008-04/1209349946.html
#nav a:hover {
Tags:
符合WEB标准的导航菜单
'http://www.etoow.com/html/2008-04/1209349946.html
1
 
23
信息搜索
  
联系我们关于本站广告服务设为首页 收藏本站友情链接网站地图
Copyright © Etoow.com Inc. All Rights Reserved