网页设计-[CSS+DIV设计实例:纯CSS制作下拉导航菜单]_html/css_WEB-ITnose
以下是引用片段:
DEMOS
zero dollars advertising page
wrapping text around images
styled form
active focus
hover/click with no borders
styled form
removing active/focus borders
hover/click
shadow boxing
image map for detailed information
fun with background images
fade scrolling
em image sizes compared
BOXES
a coded list of spies
vertical menu
enlarging unordered list
link images
non-rectangular
jigsaw links
circular links
MOZILLA
drop down menu
cascading menu
content:
mozzie box
I can build a rainbow with transparent borders
a snooker cue using border art
target practise
two tone headings
shadow text
EXPLORER
the first example for Internet Explorer
weft fonts
vertically aligning text
OPACITY
a colour wheel using opaque colours
a menu using opacity
partial opacity
partial opacity II
HOVER/CLICK
styled form
removing active/focus borders
hover/click
Code
< style type="text/css">
.menu {
font-family: verdana, sans-serif;
width:750px;
position:relative;
font-size:0.85em;
padding-bottom:250px;
}
.menu ul {
padding:0;
margin:0;
list-style-type: none;
}
.menu ul li {
float:left;
position:relative;
}
.menu ul li a, .menu ul li a:visited {
display:block;
text-decoration:none;
color:#000;
width:139px;
height:3em;
color:#000;
border:1px solid #fff;
border-width:1px 1px 0 0;
background:#dfc184;
padding-left:10px;
line-height:3em;
}
* html .menu ul li a, .menu ul li a:visited {
width:149px;
w\idth:139px;
}
.menu ul li ul {
display: none;
}
table {
margin:-1px;
border-collapse:collapse;
font-size:1em;
}
/* specific to non IE browsers */
.menu ul li:hover a {
color:#fff;
background:#bd8d5e;
}
.menu ul li:hover ul {
display:block;
position:absolute;
top:3em;
margin-top:1px;
left:0;
width:150px;
}
.menu ul li:hover ul li ul {
display: none;
}
.menu ul li:hover ul li a {
display:block;
background:#faeec7;
color:#000;
height:auto;
line-height:1.2em;
padding:5px 10px;
width:129px
}
.menu ul li:hover ul li a.drop {
background:#c9c9a7 url(http://www.cnblogs.com/graphics/drop.gif) bottom right no-repeat;
}
.menu ul li:hover ul li a:hover {
background:#c9c9a7;
color:#000;
}
.menu ul li:hover ul li:hover ul {
display:block;
position:absolute;
left:150px;
top:0;
width:150px;
}
.menu ul li:hover ul li:hover ul.left {
left:-150px;
}
< /style>
< !--[if lte IE 6]>
< style type="text/css">
.menu ul li a:hover {
color:#fff;
background:#bd8d5e;
}
.menu ul li a:hover ul {
display:block;
position:absolute;
top:3em;
left:0;
background:#fff;
margin-top:0;
marg\in-top:1px;
}
.menu ul li a:hover ul li a {
display:block;
background:#dbe4ab;
color:#000;
height:auto;
line-height:1.5em;
padding:5px 10px;
width:150px;
w\idth:129px;
}
.menu ul li a:hover ul li a.drop {
background:#c9c9a7 url(http://www.cnblogs.com/graphics/drop.gif) bottom right no-repeat;
}
.menu ul li a:hover ul li a ul {
visibility:hidden;
position:absolute;
height:0;
width:0;
}
.menu ul li a:hover ul li a:hover {
background:#c9c9a7; color:#000;
}
.menu ul li a:hover ul li a:hover ul {
visibility:visible;
position:absolute;
top:0;
color:#000;
left:150px;
}
.menu ul li a:hover ul li a:hover ul.left {
left:-150px;
}
< /style>
< ![endif]-->
< div class="menu">
< ul>
< li>< a class="drop" href="../menu/index.html">DEMOS
< !--[if IE 7]>< !-->
< /a>
< !--< ![endif]-->
< table>< tr>< td>
< ul>
< li>< a href="../menu/zero_dollars.html" title="The zero dollar ads page">zero dollars advertising page< /a>< /li>
< li>< a href="../menu/embed.html" title="Wrapping text around images">wrapping text around images< /a>< /li>
< li>< a href="../menu/form.html" title="Styling forms">styled form< /a>< /li>
< li>< a href="../menu/nodots.html" title="Removing active/focus borders">active focus< /a>< /li>
< li>< a class="drop" href="../menu/hover_click.html" title="Hover/click with no active/focus borders">hover/click with no borders
< !--[if IE 7]>< !-->
< /a>
< !--< ![endif]-->
< table>< tr>< td>
< ul>
< li>< a href="../menu/form.html" title="Styling forms">styled form< /a>< /li>
< li>< a href="../menu/nodots.html" title="Removing active/focus borders">removing active/focus borders< /a>< /li>
< li>< a href="../menu/hover_click.html" title="Hover/click with no active/focus borders">hover/click< /a>< /li>
< /ul>
< /td>< /tr>< /table>
< !--[if lte IE 6]>
< /a>
< ![endif]-->
< /li>
< li class="upone">< a href="../menu/shadow_boxing.html" title="Multi-position drop shadow">shadow boxing< /a>< /li>
< li>< a href="../menu/old_master.html" title="Image Map for detailed information">image map for detailed information< /a>< /li>
< li>< a href="../menu/bodies.html" title="fun with background images">fun with background images< /a>< /li>
< li>< a href="../menu/fade_scroll.html" title="fade-out scrolling">fade scrolling< /a>< /li>
< li>< a href="../menu/em_images.html" title="em size images compared">em image sizes compared< /a>< /li>
< /ul>
< /td>< /tr>< /table>
< !--[if lte IE 6]>
< /a>
< ![endif]-->
< /li>
< li>< a href="../boxes/index.html">BOXES
< !--[if IE 7]>< !-->
< /a>
< !--< ![endif]-->
< table>< tr>< td>
< ul>
< li>< a href="spies.html" title="a coded list of spies">a coded list of spies< /a>< /li>
< li>< a href="vertical.html" title="a horizontal vertical menu">vertical menu< /a>< /li>
< li>< a href="expand.html" title="an enlarging unordered list">enlarging unordered list< /a>< /li>
< li>< a href="enlarge.html" title="an unordered list with link images">link images< /a>< /li>
< li>< a href="cross.html" title="non-rectangular links">non-rectangular< /a>< /li>
< li>< a href="jigsaw.html" title="jigsaw links">jigsaw links< /a>< /li>
< li>< a href="circles.html" title="circular links">circular links< /a>< /li>
< /ul>
< /td>< /tr>< /table>
< !--[if lte IE 6]>
< /a>
< ![endif]-->
< /li>
< li>< a href="../mozilla/index.html">MOZILLA
< !--[if IE 7]>< !-->
< /a>
< !--< ![endif]-->
< table>< tr>< td>
< ul>
< li>< a href="../mozilla/dropdown.html" title="A drop down menu">drop down menu< /a>< /li>
< li>< a href="../mozilla/cascade.html" title="A cascading menu">cascading menu< /a>< /li>
< li>< a href="../mozilla/content.html" title="Using content:">content:< /a>< /li>
< li>< a href="../mozilla/moxbox.html" title=":hover applied to a div">mozzie box< /a>< /li>
< li>< a href="../mozilla/rainbow.html" title="I can build a rainbow">I can build a rainbow with transparent borders< /a>< /li>
< li>< a href="../mozilla/snooker.html" title="Snooker cue">a snooker cue using border art< /a>< /li>
< li>< a href="../mozilla/target.html" title="Target Practise">target practise< /a>< /li>
< li>< a href="../mozilla/splittext.html" title="Two tone headings">two tone headings< /a>< /li>
< li>< a href="../mozilla/shadow_text.html" title="Shadow text">shadow text< /a>< /li>
< /ul>
< /td>< /tr>< /table>
< !--[if lte IE 6]>
< /a>
< ![endif]-->
< /li>
< li>< a href="../ie/index.html">EXPLORER
< !--[if IE 7]>< !-->
< /a>
< !--< ![endif]-->
< table>< tr>< td>
< ul>
< li>< a href="../ie/exampleone.html" title="Example one">the first example for Internet Explorer< /a>< /li>
< li>< a href="../ie/weft.html" title="Weft fonts">weft fonts< /a>< /li>
< li>< a href="../ie/exampletwo.html" title="Vertical align">vertically aligning text< /a>< /li>
< /ul>
< /td>< /tr>< /table>
< !--[if lte IE 6]>
< /a>
< ![endif]-->
< /li>
< li>< a href="../opacity/index.html">OPACITY
< !--[if IE 7]>< !-->
< /a>
< !--< ![endif]-->
< table>< tr>< td>
< ul>
< li>< a href="../opacity/colours.html" title="colour wheel">a colour wheel using opaque colours< /a>< /li>
< li>< a href="../opacity/picturemenu.html" title="a menu using opacity">a menu using opacity< /a>< /li>
< li>< a href="../opacity/png.html" title="partial opacity">partial opacity< /a>< /li>
< li>< a href="../opacity/png2.html" title="partial opacity II">partial opacity II< /a>< /li>
< li>< a class="drop" href="../menu/hover_click.html" title="Hover/click with no active/focus borders">HOVER/CLICK
< !--[if IE 7]>< !-->
< /a>
< !--< ![endif]-->
< table>< tr>< td>
< ul class="left">
< li>< a href="../menu/form.html" title="Styling forms">styled form< /a>< /li>
< li>< a href="../menu/nodots.html" title="Removing active/focus borders">removing active/focus borders< /a>< /li>
< li>< a href="../menu/hover_click.html" title="Hover/click with no active/focus borders">hover/click< /a>< /li>
< /ul>
< /td>< /tr>< /table>
< !--[if lte IE 6]>
< /a>
< ![endif]-->
< /li>
< /ul>
< /td>< /tr>< /table>
< !--[if lte IE 6]>
< /a>
< ![endif]-->
< /li>
< /ul>
< /div>< script language="Javascript">
var now = new Date();
document.write("< img src='http://counter.yesky.com/counter.shtml?CID=54197&AID=-1&refer="+escape(document.referrer)+"&rand="+ now.getTime() + "&cur="+escape(document.URL)+"' border='0' alt='' width='0' height='0'>");
< /script>
< noscript>
< img src="http://counter.yesky.com/counter.shtml?CID=54197&AID=-1&refer=noscriptcounter&cur=noscriptcounter" border='0' width='0' height='0'/>
< /noscript>
< style type="text/css">
.menu {
font-family : verdana, sans-serif ;
width : 750px ;
position : relative ;
font-size : 0.85em ;
padding-bottom : 250px ;
}
.menu ul {
padding : 0 ;
margin : 0 ;
list-style-type : none ;
}
.menu ul li {
float : left ;
position : relative ;
}
.menu ul li a, .menu ul li a:visited {
display : block ;
text-decoration : none ;
color : #000 ;
width : 139px ;
height : 3em ;
color : #000 ;
border : 1px solid #fff ;
border-width : 1px 1px 0 0 ;
background : #dfc184 ;
padding-left : 10px ;
line-height : 3em ;
}
* html .menu ul li a, .menu ul li a:visited {
width : 149px ;
w\idth : 139px ;
}
.menu ul li ul {
display : none ;
}
table {
margin : -1px ;
border-collapse : collapse ;
font-size : 1em ;
}
/* specific to non IE browsers */
.menu ul li:hover a {
color : #fff ;
background : #bd8d5e ;
}
.menu ul li:hover ul {
display : block ;
position : absolute ;
top : 3em ;
margin-top : 1px ;
left : 0 ;
width : 150px ;
}
.menu ul li:hover ul li ul {
display : none ;
}
.menu ul li:hover ul li a {
display : block ;
background : #faeec7 ;
color : #000 ;
height : auto ;
line-height : 1.2em ;
padding : 5px 10px ;
width : 129px
}
.menu ul li:hover ul li a.drop {
background : #c9c9a7 url(http://www.cnblogs.com/graphics/drop.gif) bottom right no-repeat ;
}
.menu ul li:hover ul li a:hover {
background : #c9c9a7 ;
color : #000 ;
}
.menu ul li:hover ul li:hover ul {
display : block ;
position : absolute ;
left : 150px ;
top : 0 ;
width : 150px ;
}
.menu ul li:hover ul li:hover ul.left {
left : -150px ;
}
< /style>
< !--[if lte IE 6]>
< style type="text/css">
.menu ul li a:hover {
color : #fff ;
background : #bd8d5e ;
}
.menu ul li a:hover ul {
display : block ;
position : absolute ;
top : 3em ;
left : 0 ;
background : #fff ;
margin-top : 0 ;
marg\in-top : 1px ;
}
.menu ul li a:hover ul li a {
display : block ;
background : #dbe4ab ;
color : #000 ;
height : auto ;
line-height : 1.5em ;
padding : 5px 10px ;
width : 150px ;
w\idth : 129px ;
}
.menu ul li a:hover ul li a.drop {
background : #c9c9a7 url(http://www.cnblogs.com/graphics/drop.gif) bottom right no-repeat ;
}
.menu ul li a:hover ul li a ul {
visibility : hidden ;
position : absolute ;
height : 0 ;
width : 0 ;
}
.menu ul li a:hover ul li a:hover {
background : #c9c9a7 ; color : #000 ;
}
.menu ul li a:hover ul li a:hover ul {
visibility : visible ;
position : absolute ;
top : 0 ;
color : #000 ;
left : 150px ;
}
.menu ul li a:hover ul li a:hover ul.left {
left : -150px ;
}
< /style>
< ![endif]-->

热AI工具

Undresser.AI Undress
人工智能驱动的应用程序,用于创建逼真的裸体照片

AI Clothes Remover
用于从照片中去除衣服的在线人工智能工具。

Undress AI Tool
免费脱衣服图片

Clothoff.io
AI脱衣机

AI Hentai Generator
免费生成ai无尽的。

热门文章

热工具

记事本++7.3.1
好用且免费的代码编辑器

SublimeText3汉化版
中文版,非常好用

禅工作室 13.0.1
功能强大的PHP集成开发环境

Dreamweaver CS6
视觉化网页开发工具

SublimeText3 Mac版
神级代码编辑软件(SublimeText3)

公众号网页更新缓存,这玩意儿,说简单也简单,说复杂也够你喝一壶的。你辛辛苦苦更新了公众号文章,结果用户打开还是老版本,这滋味,谁受得了?这篇文章,咱就来扒一扒这背后的弯弯绕绕,以及如何优雅地解决这个问题。读完之后,你就能轻松应对各种缓存难题,让你的用户始终体验到最新鲜的内容。先说点基础的。网页缓存,说白了就是浏览器或者服务器为了提高访问速度,把一些静态资源(比如图片、CSS、JS)或者页面内容存储起来。下次访问时,直接从缓存里取,不用再重新下载,速度自然快。但这玩意儿,也是个双刃剑。新版本上线,

本文讨论了使用HTML5表单验证属性,例如必需的,图案,最小,最大和长度限制,以直接在浏览器中验证用户输入。

本文展示了使用CSS为网页中添加有效的PNG边框。 它认为,与JavaScript或库相比,CSS提供了出色的性能,详细介绍了如何调整边界宽度,样式和颜色以获得微妙或突出的效果

本文讨论了html&lt; datalist&gt;元素,通过提供自动完整建议,改善用户体验并减少错误来增强表格。Character计数:159

本文讨论了HTML&lt; Progress&gt;元素,其目的,样式和与&lt; meter&gt;元素。主要重点是使用&lt; progress&gt;为了完成任务和LT;仪表&gt;对于stati

本文解释了HTML5&lt; time&gt;语义日期/时间表示的元素。 它强调了DateTime属性对机器可读性(ISO 8601格式)的重要性,并在人类可读文本旁边,增强Accessibilit

本文讨论了HTML&lt; meter&gt;元素,用于在一个范围内显示标量或分数值及其在Web开发中的常见应用。它区分了&lt; meter&gt;从&lt; progress&gt;和前
