为了账号安全,请及时绑定邮箱和手机立即绑定

爲什麽我按照代碼來 小箭頭什麽都沒出現

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">


<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>无标题文档</title>

<style type="text/css">

.nav {

width: 960px;

margin: 60px auto;

border: 1 solid #222;

background-color: #111;

background-image: linear-gradient(#444, #111);

border-radius: 6px;

box-shadow: 0 1px 1px #777;

padding: 0;

list-style: none;

font-family: "微软雅黑";

}

.nav:before,

.nav:after {

content: '';

display: table;

}

.nav:after {

clear: both;

}

.nav li {

float: left;

border-right: 1px solid #222;

box-shadow: 1px 0 0 #444;

position: relative;

}

.nav li a {

float: left;

padding: 12px 30px;

text-decoration: none;

font: bold 12px;

color: #999;

text-shadow: 0 1px 0 #000;

}

.nav li a:hover {

color: #fafafa;

}

.nav li ul {

visibility: hidden;

position: absolute;

list-style: none;

top: 38px;

left: 0;

z-index: 1;

padding: 0;

background-color: #444;

background-image: linear-gradient(#444, #111);

box-shadow: 0 -1 0 rgba(255, 255, 255, .3);

border-radius: 3px;

opacity: 0;

/*透明度*/

margin: 20px 0 0 0;

transition: all .2s ease-in-out;

/*transition配合hover使用*/

}

.nav li:hover>ul {

/*>选择子一级的ul*/

opacity: 1;

visibility: visible;

/*元素可见*/

margin: 0;

}

;

.nav ul li {

float: none;

display: block;

border: 0;

box-shadow: 0 1px 0 #111, 0 2px 0 #666;

}

.nav ul a {

padding: 10px;

width: 130px;

display: block;

float: none;

}

.nav ul a:hover {

background-color: #0186ba;

background-image: linear-gradient(#04acec, #0186ba);

}

.nav ul li:first-child > a {

border-radius: 3px 3px 0 0;

}

.nav ul li:last-child > a {

border-radius: 0 0 3px 3px;

}

.nav ul li:first-child > a:before {

content: '';

position: absolute;

left: 40px;

top: -6px;

border-left: 6px solid transparent;

border-right: 6px solid transparent;

border-bottom: 6px solid #444;

}

.nav ul li:first-child > a:hover:before {

border-bottom-color: #04acec;

}

</style>

</head>


<body>

<ul class="nav">

<li>

<a href="#">首页</a>

</li>

<li>

<a href="#">课程大厅</a>

</li>

<li>

<a href="#">学习中心</a>

<ul>

<li>

<a href="#">前端课程</a>

<ul>

<li>

<a href="#">JavaScript</a>

</li>

<li>

<a href="#">Css</a>

</li>

<li>

<a href="#">jQuery</a>

</li>

</ul>

</li>

<li>

<a href="#">手机开发</a>

</li>

<li>

<a href="#">后台编程</a>

</li>

</ul>

</li>

<li>

<a href="#">关于我们</a>

</li>

</ul>

</body>


</html>


正在回答

2 回答

(子组的开始标记)子组的结束标记

mrvgmpzmgntnqtfqnnjqmnmveeqzajwxwzhkhx

0 回复 有任何疑惑可以回复我~

nav ul li:first-child > a:before{

    content: "";
    width: 0;
    height: 0;
    border-color: transparent transparent #000 transparent;
    border-style: dashed dashed solid dashed;  //dashed兼容性更好
    border-width: 6px;
    }


0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
形形色色的下拉菜单
  • 参与学习       106972    人
  • 解答问题       543    个

本教程从易到难,循循渐进,运用不同技术实现动态下拉菜单

进入课程

爲什麽我按照代碼來 小箭頭什麽都沒出現

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信