网页设计-[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]-->

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics











HTML is suitable for beginners because it is simple and easy to learn and can quickly see results. 1) The learning curve of HTML is smooth and easy to get started. 2) Just master the basic tags to start creating web pages. 3) High flexibility and can be used in combination with CSS and JavaScript. 4) Rich learning resources and modern tools support the learning process.

WebdevelopmentreliesonHTML,CSS,andJavaScript:1)HTMLstructurescontent,2)CSSstylesit,and3)JavaScriptaddsinteractivity,formingthebasisofmodernwebexperiences.

HTML defines the web structure, CSS is responsible for style and layout, and JavaScript gives dynamic interaction. The three perform their duties in web development and jointly build a colorful website.

AnexampleofastartingtaginHTMLis,whichbeginsaparagraph.StartingtagsareessentialinHTMLastheyinitiateelements,definetheirtypes,andarecrucialforstructuringwebpagesandconstructingtheDOM.

HTML, CSS and JavaScript are the three pillars of web development. 1. HTML defines the web page structure and uses tags such as, etc. 2. CSS controls the web page style, using selectors and attributes such as color, font-size, etc. 3. JavaScript realizes dynamic effects and interaction, through event monitoring and DOM operations.

The roles of HTML, CSS and JavaScript in web development are: 1. HTML defines the web page structure, 2. CSS controls the web page style, and 3. JavaScript adds dynamic behavior. Together, they build the framework, aesthetics and interactivity of modern websites.

The future of HTML is full of infinite possibilities. 1) New features and standards will include more semantic tags and the popularity of WebComponents. 2) The web design trend will continue to develop towards responsive and accessible design. 3) Performance optimization will improve the user experience through responsive image loading and lazy loading technologies.

The future trends of HTML are semantics and web components, the future trends of CSS are CSS-in-JS and CSSHoudini, and the future trends of JavaScript are WebAssembly and Serverless. 1. HTML semantics improve accessibility and SEO effects, and Web components improve development efficiency, but attention should be paid to browser compatibility. 2. CSS-in-JS enhances style management flexibility but may increase file size. CSSHoudini allows direct operation of CSS rendering. 3.WebAssembly optimizes browser application performance but has a steep learning curve, and Serverless simplifies development but requires optimization of cold start problems.
