HTML+CSS代码橙色导航菜单
效果预览:http://hovertree.com/code/texiao/ks63r6aq.htm
- <!DOCTYPE html>
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <title>超漂亮的HTML导航菜单CSS代码 - 何问起</title>
- <style>
- #top {
- display: block;
- text-align: left;
- height: 105px;
- position: relative;
- z-index: 0;
- }
- .m {
- margin: 0 auto;
- width: 970px;
- }
- body {
- font-size: 12px;
- }
- a {
- color: #333;
- text-decoration: none;
- }
- a:link {
- text-decoration: none;
- }
- /* Download by http://hovertree.com*/
- a.blue:link, a.blue:visited {
- color: #014cc9;
- text-decoration: none;
- }
- a.blue:hover, a.blue:active {
- color: #014cc9;
- text-decoration: underline;
- }
- a.org:link, a.org:visited {
- color: #ff4e00;
- text-decoration: none;
- }
- a:hover, a:active, a.org:hover, a.org:active {
- color: #ff4e00;
- text-decoration: underline;
- }
- #navpart {
- background: url(http://hovertree.com/hvtimg/bjafjb/6hcuxj1x.gif) repeat-x center top;
- height: 105px;
- width: 950px;
- z-index: 0;
- margin-top: 0;
- margin-right: auto;
- margin-bottom: 0;
- margin-left: auto;
- clear: both;
- position: relative;
- }
- #navpart .sideleft {
- background: url(http://hovertree.com/hvtimg/bjafjb/6hcuxj1x.gif) no-repeat left bottom;
- float: left;
- height: 105px;
- width: 6px;
- }
- #navpart .sideright {
- background: url(http://hovertree.com/hvtimg/bjafjb/6hcuxj1x.gif) no-repeat right bottom;
- float: right;
- height: 105px;
- width: 6px;
- }
- #navmenubar {
- height: 32px;
- float: left;
- display: inline;
- margin: 0 -6px;
- width: 100%;
- position: relative;
- z-index: 3;
- top: 0;
- }
- #hot {
- background: url(http://hovertree.com/hvtimg/201508/7qmwfe9p.png) no-repeat left top;
- height: 21px;
- width: 19px;
- position: absolute;
- top: -5px;
- right: 2px;
- z-index: 666;
- background:black;
- }
- #navmenubar .sideleft {
- background: url(http://hovertree.com/hvtimg/bjafjb/ay73nxk5.gif) no-repeat left bottom;
- float: left;
- height: 32px;
- width: 6px;
- display: inline;
- margin: 0 0 0 8px;
- }
- #navmenubar .sideright {
- background: url(http://hovertree.com/hvtimg/bjafjb/ay73nxk5.gif) no-repeat right bottom;
- float: left;
- height: 32px;
- width: 6px;
- display: inline;
- margin: 0 4px 0 -2px;
- }
- /* NAVMENU */
- #navmenubar .navmenu {
- background: url(http://hovertree.com/hvtimg/bjafjb/ay73nxk5.gif) repeat-x center top;
- height: 32px;
- padding: 0;
- margin: 0;
- float: left;
- display: inline;
- }
- #navmenubar .navmenu li {
- float: left;
- white-space: nowrap;
- margin: 0px;
- padding: 0px;
- display: inline;
- }
- #navmenubar .navmenu li a {
- background: url(http://hovertree.com/hvtimg/bjafjb/d46iuj2w.gif) no-repeat 0 0;
- width: 80px;
- padding: 7px 2px 5px 0;
- float: left;
- line-height: 20px;
- height: 20px;
- text-align: center;
- }
- #navmenubar .navmenu li a:hover {
- background-position: 0 -32px;
- color: #602800;
- text-decoration: none;
- padding: 8px 2px 4px 0;
- }
- #navmenubar .navmenu .current a, #navmenubar .navmenu .current a:hover {
- background: url(http://hovertree.com/hvtimg/bjafjb/d46iuj2w.gif) no-repeat 0 -64px;
- font-weight: 600;
- color: #FFF;
- font-size: 14px;
- padding: 7px 2px 5px 0;
- }
- #top #navpart .content {
- margin-top: 40px;
- margin-right: auto;
- margin-bottom: 0px;
- margin-left: auto;
- width: 900px;
- height: auto;
- color: white;
- }
- #top #navpart .content a {
- color: white;
- display: inline-block;
- margin-top: 0px;
- height: 30px;
- border: 0px solid white;
- line-height: 30px;
- padding: 10px;
- }
- .clear {
- clear: both;
- display: block;
- font: 0px/0 sans-serif;
- height: 0px;
- overflow: hidden;
- }
- </style>
- </head>
- <body>
- <div id="top" class="m">
- <div id="navpart">
- <div class="sideleft"></div>
- <div class="sideright"></div>
- <!--NavMenu-->
- <div id="navmenubar">
- <div class="sideleft"></div>
- <ul class="navmenu">
- <li class="current"><a href="http://hovertree.com" target="_top" title="首页">何问起</a></li>
- <li><a href="http://hovertree.com/"><span>编程资源</span></a></li>
- <li><a href="http://hovertree.com"><span>高质量源码</span></a></li>
- </ul>
- <div class="sideright"></div>
- <div class="sideleft"></div>
- <ul class="navmenu">
- <li><a href="http://tool.hovertree.com"><span>工具</span></a></li>
- <li><a href="http://hovertree.com/code/"><span>代码</span></a></li>
- <li><a href="http://keleyi.com"><span>jQuery教程</span></a></li>
- <li><a href="http://hovertree.com/tiku/"><span>在线题库</span></a></li>
- </ul>
- <div class="sideright"></div>
- <div>
- <div class="content">
- <a href="http://hovertree.com/" target="_blank">特效代码</a> <a href="http://hovertree.com/ziyuan/js/" target="_blank">JS运算符优先级</a>
- <a href="http://hovertree.com/code/texiao/ks63r6aq.htm" target="_blank">特效代码</a> <a href="http://hovertree.com/" target="_blank">特效代码</a> <a href="http://hovertree.com/" target="_blank">特效代码</a><a href="http://hovertree.com/hvtart/bjae/e4pya1x0.htm" target="_blank">.NET正则表达式</a>
- <a href="http://hovertree.com/" target="_blank">特效代码</a> <a href="keleyi.com/ziliao/googlejavascriptstyle.htm" target="_blank">谷歌JS风格</a> <a href="http://hovertree.com/" target="_blank">特效代码</a> <a href="http://hovertree.com/" target="_blank">特效代码</a> <a href="http://hovertree.com/h/bjaf/nebj8df9.htm" target="_blank">js实现异步循环</a>
- </div>
- </div>
- </div>
- </div>
- </div>
- <div class="clear"></div>
- </body>
- </html>
网页特效:http://www.cnblogs.com/roucheng/p/texiao.html
HTML+CSS代码橙色导航菜单的更多相关文章
- 纯css实现京东导航菜单
纯CSS代码实现导航菜单,推荐在chrome预览! 预览请点击这里:mygithub <!doctype html> <html lang="en"> &l ...
- 用css实现三级导航菜单
主要使用css的hover伪类来实现该功能. 主要思路:先搭出三级菜单的框架,然后使用css的:hover来实现! 对li添加类selected,对该类添加position:relative属性,然后 ...
- 简单的CSS 下拉导航菜单实现代码
<html xmlns="http://www.w3.org/1999/xhtml" lang="en"> <head> <met ...
- 纯css实现二级导航菜单效果,通过简单的鼠标事件操作页面元素样式变换实现二级导航菜单的功能,非常简单实用,
HTML代码如下 <!-- 头部导航栏开始--><div id="nav"><dl class="sy"><dt> ...
- 纯CSS下拉导航菜单
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "<a href="h ...
- 利用Html.css OPPO手机导航菜单的制作解析
<body> <div id="top" class="auto"> <div class="nav"> ...
- 38 个免费开源的 CSS 下拉导航菜单
http://www.oschina.net/news/51624/38-open-source-css-dropdown-menus
- 纯CSS 3D翻转一个面(翻转导航菜单 立方体)
在做练习的时候学到css的翻转导航菜单,原代码有点让人头疼,通过对其css的参数一点点研究了其实现过程. 这里推荐大家研究这个3D翻转动画的代码. 我的github:swarz,欢迎给老弟我++星星 ...
- 用CSS做导航菜单的4个理由
导航结构在网站设计中是起到决定性作用的,导航菜单/栏常常通过颜色.排版.形状和一些图片来帮助网站创造更好的视觉和感受,它是网页设计的关键元素.虽然网站导航菜单的外观是网页设计中关系到整个设计成败与否的 ...
随机推荐
- android服务里生成通知点击后返回正在运行的程序和当前的Activity
想在服务里生成一个通知,并且点击通知打开当前应用程序下单当前活动,折腾了半天,网上的那些都不靠谱,试了半天,最后把ActivityManager和反射都用进来了,终于解决了这个问题.这样在服务中想恢复 ...
- ASP.NET MVC 5 - 将数据从控制器传递给视图
在我们讨论数据库和数据模型之前,让我们先讨论一下如何将数据从控制器传递给视图.控制器类将响应请求来的URL.控制器类是给您写代码来处理传入请求的地方,并从数据库中检索数据,并最终决定什么类型的返回结果 ...
- [ASP.NET MVC 小牛之路]11 - Filter
Filter(筛选器)是基于AOP(面向方面编程)的设计,它的作用是对MVC框架处理客户端请求注入额外的逻辑,以非常简单优美的方式实现横切关注点(Cross-cutting Concerns).横切关 ...
- spark参数调优
摘要 1.num-executors 2.executor-memory 3.executor-cores 4.driver-memory 5.spark.default.parallelism 6. ...
- 常用RGB色值表
R G B 值 R G B 值 R G B 值 黑色 0 0 0 #000000 黄色 255 255 0 #FFFF00 浅灰蓝色 176 224 230 #B0E0E6 象牙黑 41 ...
- 使用Java纯代码实现MySQL的连接
建立数据库 1. 点击连接-->MySQL: 输入连接名 . 主机名/IP地址 .端口 .用户名.密码(没有密码就省略),然后点击确定,建立的表格是灰色表示关闭状态,双击开启 2. 重新创建 ...
- iOS瀑布流实现(Swift)
这段时间突然想到一个很久之前用到的知识-瀑布流,本来想用一个简单的方法,发现自己走入了歧途,最终只能狠下心来重写UICollectionViewFlowLayout.下面我将用两种方法实现瀑布流,以及 ...
- Linux线程体传递参数的方法详解
传递参数的两种方法 线程函数只有一个参数的情况:直接定义一个变量通过应用传给线程函数. 例子 #include #include using namespace std; pthread_t thre ...
- WPF MVVM框架下,VM界面写控件
MVVM正常就是在View页面写样式,ViewModel页面写逻辑,但是有的时候纯在View页面写样式并不能满足需求.我最近的这个项目就遇到了,因此只能在VM页面去写样式控件,然后绑定到View页面. ...
- SQL 联合查询 + XML解析
(select a.EBILLNO, a.EMPNAME, a.APPLYDATE, b.HS_NAME, ), ),'') as SUMMARY, cast(c.XmlData as XML).va ...