在Blueidea看到的一段完全使用CSS制作的下拉菜单,绝对的强~因此收藏了一下。

这个样式最大的收获就是CSS也可以像JS一样,使用例如:div.open,a.outer:hover之类实现类似于MoveOut的效果,看完这段CSS样式代码,受益非浅啊~~

<script type="text/javascript">window.attachEvent("onload",function (){AutoSizeDIV('CODE_6509')})</script>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd" [ <!ELEMENT a (#PCDATA | table)* > ]>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
<title>纯CSS下拉菜单,兼容IE和FF</title>

<style type="text/css">
body {color:#fff;}
#wrapper {color:#000;}
.red {color:#c00;}
#info {margin-top:20px;}
#info h1 {font-size:3em; text-align:center; font-family: georgia, "times new roman", serif;}

#head {height:145px; border:0;}

#positioner {clear:both; position:relative; left:1px; z-index:100;}
#ads {position:relative; z-index:10;}
.menu {display:none;}
#noniemenu {position:absolute;}

#noniemenu .holder ul {padding:0; margin:0;}
#noniemenu .holder ul li {list-style-type: none;}
#noniemenu .holder li {}
#noniemenu .holder li ul {display: none;} 
#noniemenu .holder li:hover > ul#a3 {display:block; position:absolute; left:105px; margin-top:-20px; border:1px solid #000;}
#noniemenu .holder .bold {font-weight:bold;}

#noniemenu .holder {
color:#fff; 
width:104px; 
height:18px; 
display:block; 
overflow:hidden;
float:left;
border:1px solid #000;
margin-right:1px;
font-size:10px;
}
#noniemenu .holder:hover {
height:auto; 
}
#noniemenu a.outer, #noniemenu a.outer:visited {
color:#fff; 
width:104px; 
line-height:18px;
display:block; 
background:#e09222; 
text-align:center; 
text-decoration:none; 
font-family: verdana, arial, sans-serif;
}
#noniemenu a.outer:hover {
background:#697210; 
overflow:visible;
}
#noniemenu div.open {display:none;}
#noniemenu a.inner, #noniemenu a.inner:visited {
display:block; 
width:104px; 
height:18px;
line-height:18px;
border-bottom:1px solid #000; 
text-decoration:none; 
color:#000; 
background:#eee;
text-align:center;
}
#noniemenu a.second {font-weight:bold;}
#noniemenu a.inner:hover {
background:#add;
}
</style>

<!--[if lte IE 6]>
<style type="text/css">
body {margin-top:-8px;}
#head {height:147px;}
#noniemenu {display:none;}
.menu {display:block; position:absolute;}
.menu a.outer, .menu a.outer:visited {
color:#fff; 
width:104px; 
height:18px; 
display:block; 
background:#e09222; 
border:1px solid #000; 
margin-right:1px; 
text-align:center; 
float:left; 
text-decoration:none; 
font-family: verdana, arial, sans-serif; 
font-size:10px; 
line-height:18px; 
overflow:hidden;

}
.menu a.outer:hover {
background:#697210; 
overflow:visible;
}
.menu a.outer:hover table.first {
display:block; 
background:#eee; 
border-collapse:collapse;
}
.menu a.inner, .menu a.inner:visited {
display:block; 
width:102px; 
height:18px; 
border-bottom:1px solid #000; 
text-decoration:none; 
color:#000;
font-family: verdana, arial, sans-serif; 
font-size:10px; 
text-align:center;
}
.menu a.inner:hover {
background:#add;
}

.menu a.outer table.first a.second {
height:18px; 
line-height:18px; 
overflow:hidden; 
font-weight:bold;
}
.menu a.outer table.first a.second:hover {
position:relative; 
overflow:visible;
}
.menu a.outer table.first a.second:hover table {
position:absolute; 
top:-2px; 
left:102px; 
border-collapse:collapse; 
background:#eee; 
border:1px solid #000; 
font-weight:normal
}
</style>
<![endif]-->

<!--[if lte IE 6]>
<style>
#ads {display:none;}
#adsie {clear:both; text-align:center; width:750px; margin-top:10px;}
</style>
<![endif]-->

</head>

<body>

<div id="wrapper">

<div id="head">

<div id="positioner">

<div class="menu">
<a class="outer" href="../menu/index.html">DEMOS
<table class="first"><tr><td>
<a class="inner" href="../menu/zero_dollars.html" title="The zero dollar ads page">zero dollars</a>
<a class="inner" href="../menu/embed.html" title="Wrapping text around images">wrapping text</a>
<a class="inner" href="../menu/form.html" title="Styling forms">styled form</a>
<a class="inner" href="../menu/nodots.html" title="Removing active/focus borders">active focus</a>
<a class="inner second" href="../menu/hover_click.html" title="Hover/click with no active/focus borders">HOVER/CLICK >
<table><tr><td>
<a class="inner" href="../menu/form.html" title="Styling forms">styled form</a>
<a class="inner" href="../menu/nodots.html" title="Removing active/focus borders">active focus</a>
<a class="inner" href="../menu/hover_click.html" title="Hover/click with no active/focus borders">hover/click</a>
</td></tr></table>
</a>
<a class="inner" href="../menu/shadow_boxing.html" title="Multi-position drop shadow">shadow boxing</a>
<a class="inner" href="../menu/old_master.html" title="Image Map for detailed information">image map</a>
<a class="inner" href="../menu/bodies.html" title="fun with background images">fun backgrounds</a>
<a class="inner" href="../menu/fade_scroll.html" title="fade-out scrolling">fade scrolling</a>
<a class="inner" href="../menu/em_images.html" title="em size images compared">em sized images</a>
</td></tr></table>
</a>

<a class="outer" href="index.html">MENUS
<table class="first"><tr><td>
<a class="inner" href="spies.html" title="a coded list of spies">spies menu</a>
<a class="inner" href="vertical.html" title="a horizontal vertical menu">vertical menu</a>
<a class="inner" href="expand.html" title="an enlarging unordered list">enlarging list</a>
<a class="inner" href="enlarge.html" title="an unordered list with link images">link images</a>
<a class="inner" href="cross.html" title="non-rectangular links">non-rectangular</a>
<a class="inner" href="jigsaw.html" title="jigsaw links">jigsaw links</a>
<a class="inner" href="circles.html" title="circular links">circular links</a>
</td></tr></table>
</a>

<a class="outer" href="../layouts/index.html">LAYOUTS
<table class="first"><tr><td>
<a class="inner" href="../layouts/bodyfix.html" title="Cross browser fixed layout">Fixed 1</a>
<a class="inner" href="../layouts/body2.html" title="Cross browser fixed layout">Fixed 2</a>
<a class="inner" href="../layouts/body4.html" title="Cross browser fixed layout">Fixed 3</a>
<a class="inner" href="../layouts/body5.html" title="Cross browser fixed layout">Fixed 4</a>
<a class="inner" href="../layouts/minimum.html" title="A simple minimum width layout">minimum width</a>
</td></tr></table>
</a>

<a class="outer" href="../boxes/index.html">BOXES
<table class="first"><tr><td>
<a class="inner" href="../boxes/scrollbars.html" title="Left scroll bars">left scroll</a>
<a class="inner" href="../boxes/floatfix.html" title="IE6 3px float fix">IE6 3px fix</a>
<a class="inner" href="../boxes/snazzy.html" title="Snazzy borders">snazzy borders</a>
<a class="inner" href="../boxes/krazy.html" title="Krazy Korners">krazy korners</a>
<a class="inner" href="../boxes/outside.html" title="Percentage PLUS pixels">% PLUS pixels</a>
<a class="inner" href="../boxes/minwidth.html" title="min-width for IE">IE min-width</a>
<a class="inner" href="../boxes/minheight.html" title="min-height for IE">IE min-height</a>
</td></tr></table>
</a>

<a class="outer" href="../mozilla/index.html">MOZILLA
<table class="first"><tr><td>
<a class="inner" href="../mozilla/dropdown.html" title="A drop down menu">drop down menu</a>
<a class="inner" href="../mozilla/cascade.html" title="A cascading menu">cascading menu</a>
<a class="inner" href="../mozilla/content.html" title="Using content:">content:</a>
<a class="inner" href="../mozilla/moxbox.html" title=":hover applied to a div">mozzie box</a>
<a class="inner" href="../mozilla/rainbow.html" title="I can build a rainbow">rainbow box</a>
<a class="inner" href="../mozilla/snooker.html" title="Snooker cue">snooker cue</a>
<a class="inner" href="../mozilla/target.html" title="Target Practise">target practise</a>
<a class="inner" href="../mozilla/splittext.html" title="Two tone headings">two tone headings</a>
<a class="inner" href="../mozilla/shadow_text.html" title="Shadow text">shadow text</a>
</td></tr></table>
</a>

<a class="outer" href="../ie/index.html">EXPLORER
<table class="first"><tr><td>
<a class="inner" href="../ie/exampleone.html" title="Example one">example one</a>
<a class="inner" href="../ie/weft.html" title="Weft fonts">weft fonts</a>
<a class="inner" href="../ie/exampletwo.html" title="Vertical align">vertical align</a>
</td></tr></table>
</a>

<a class="outer" href="../opacty/index.html">OPACITY
<table class="first"><tr><td>
<a class="inner" href="../opacty/colours.html" title="colour wheel">opaque colours</a>
<a class="inner" href="../opacty/picturemenu.html" title="a menu using opacity">opaque menu</a>
<a class="inner" href="../opacty/png.html" title="partial opacity">partial opacity</a>
<a class="inner" href="../opacty/png2.html" title="partial opacity II">partial opacity II</a>
</td></tr></table>
</a>

</div>

完全使用CSS制作下拉菜单相关推荐

  1. 使用CSS制作下拉菜单样式

    CSS制作下拉菜单 制作tooltip显示形式 代码示例 实现原理 HTML 部分 CSS 部分 制作可点击的下拉菜单 实现原理 代码示例 Appdex 制作tooltip显示形式 代码示例 < ...

  2. js+css+html制作下拉菜单

    js+css+html制作下拉菜单 1 案例需求 2 编写HTML结构代码 3 编写css样式 4 编写JavaScript部分 5 全部代码 1 案例需求 使用JavaScript+css+html ...

  3. 纯CSS实现下拉菜单及下拉容器等(纯CSS实现导航条及导航下拉容器)

    原文:纯CSS实现下拉菜单及下拉容器等(纯CSS实现导航条及导航下拉容器) 虽然网上类似甚至相同的案例有很多,但是我还是写下,以记下笔记,也可供大家参考 希望大家可以指导批评~~ 首先我们以列表ul ...

  4. 兼容IE各版本的纯CSS二级下拉菜单

    这是一个标准的CSS下拉菜单制作教程,有针对目前流行的IE6/IE7/IE8不同版本的CSS代码,因此可以在IE之间完全兼容,不过其它的浏览器像火狐/GG浏览器之类的没有测试,如果兼容IE8的话,那么 ...

  5. CSS 制作下拉导航

    下拉菜单仍然是Web上流行的界面元素,虽然有一些纯Javascript 解决方案,但在禁用Javascript 的浏览器下,它却无能为力.因此,纯CSS的下拉菜单才是最好的选择. 这种技术及其简单,只 ...

  6. Remora:仅CSS的下拉菜单

    Horizontal "drop down" menus for site navigation are familiar to almost every web user, so ...

  7. css表格中下拉菜单怎么设置,css如何实现下拉菜单?css实现下拉菜单的方法(完整代码)...

    本篇文章给大家带来的内容是关于css如何实现下拉菜单?css实现下拉菜单的方法(完整代码),有一定的参考价值,有需要的朋友可以参考一下,希望对你有所帮助. /*盒子,相对定位*/ .dropdown{ ...

  8. jq中查找上级_必备实用技能:在EXCEL中制作下拉菜单

    发出去表格统计信息,收回来时却发现填得乱糟糟?小白通教你制作下拉菜单,填表人只能规规矩矩从你给的选项中填.认真学习,这个是必备技能哦. 单级下拉菜单 1. 选择需要编辑的单元格,选择"数据- ...

  9. excel添加列下拉框票价_excel表格下拉表格添加数据-excel2017表格中怎么制作下拉菜单列表框...

    在Excel表中,如何将增加下拉菜单的选项? excel中的下拉菜单选项,就是筛选的功能,具体操作如下: 1.首先选中a.b两列数据,在"开始"选项卡上选择"筛选&quo ...

最新文章

  1. 高德地图区域线显示_护航国庆假期,助力重点区域精细化管理——扬州交警与高德地图联合推出“全境智能”系统...
  2. 用java写游戏_用java写的扫雷游戏
  3. GacUI基本概念(二)——排版(2)
  4. java连接sqlserver2008_java连接sqlserver2008驱动包
  5. 在线版本powerbi的使用!开启您的商业智能!
  6. C/C++变量命名规则,个人习惯总结
  7. 95-230-020-源码-WordCount走读-获取StreamGraph的过程
  8. EF ObjectStateManager 中已存在具有同一键的对象。ObjectStateManager 无法跟踪具有相同键的多个对象...
  9. Google发布全球首个72量子比特处理器Bristlecone预览
  10. P1494 [国家集训队]小Z的袜子/莫队学习笔记(误
  11. 什么是闭包?如何理解及使用闭包?
  12. [PHP开发必备] -- 小巧强悍的MYSQL-Front中文版使用教程,附最新版下载地址
  13. .net reflector 反编译失败 索引超出了数组界限问题处理方法
  14. 常用编码:Shift_JIS, GBK,EUCKR,Big5,UTF8,CP1252
  15. matlab线性规划系列之基础解题-2
  16. 由于系统缓冲区空间不足或队列已满,不能执行套接字上的操作
  17. 实时采集福利彩票的中奖信息和最新开奖信息-JAVA
  18. 使用浏览器打开exe文件
  19. 【墨天轮】openGausss数据库有奖征文活动开始啦!华为平板、京东购物卡等你拿!
  20. 映射报错怎么解决 Ambiguous mapping. Cannot map ‘basicPersonStreamDataController‘ method

热门文章

  1. 登录页跳转时保存用户信息-遇坑记
  2. 【bzoj4709】[Jsoi2011]柠檬 斜率优化
  3. APUE Unix环境高级编程读书笔记
  4. UVA-1623 Enter The Dragon (贪心)
  5. 不使用for完成一段有空格间隔的字符串,分辨长度大于等于4的单词(求各位高人修改,我表示我是菜鸟,这个算法实在太长了)...
  6. 联想e431笔记本更改硬盘模式bios设置的详细教程
  7. 利用poi开源jar包操作Excel时删除行内容与直接删除行的区别
  8. 数据科学 IPython 笔记本 9.3 理解 Python 中的数据类型
  9. Airflow 中文文档:安全
  10. Hexo 入门指南(三) - 文章 草稿