第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請及時(shí)綁定郵箱和手機(jī)立即綁定

按著視頻敲的 為什么三級(jí)菜單的小箭頭不顯示呢

<!doctype html>

<html>

<head>

<meta charset="utf-8">

<title>無標(biāo)題文檔</title>

<style type="text/css">

.top-nav{

width: 960px;

margin: 60px auto;

border: 1px 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;

}

.top-nav:before,.top-nav:after{

content:" ";

display: table;

}

.top-nav:after{

clear: both;

}

.top-nav{

zoom:1;

}

.top-nav li{

float: left;

border-right: 1px solid #222;

box-shadow: 1px 0 0 #444;

position: relative;

}

.top-nav li a{

float: left;

padding: 12px 30px;

color: #999;

font: bold 12px;

text-decoration: none;

text-shadow: 0 1px 0 #000;

}

.top-nav li a:hover{

color: #fafafa;

}

.top-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;

_margin: 0;

}

.top-nav li:hover > ul{

opacity: 1;

visibility: visible;

margin: 0;

}

.top-nav ul li{

float: none;

display: block;

border: 0;

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

}

.top-nav ul a{

padding: 10px;

width: 130px;

display: block;

float: none;

_height: 10px;

}

.top-nav ul a:hover{

background-color: #0186ba;

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

}

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

border-radius: 3px 3px 0 0;

}

.top-nav ul li:last-child > a{

border-radius: 0 0 3px 3px;

}

.top-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;

}

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

border-bottom-color: #04acec;

}

.top-nav ul ul{

top:0;

left: 150px;

margin:0 0 0 20px;

_margin: 0;

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

}

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

left: :-6px;

top: 50%;

margin-top: -6px;

border-left: 0;

border-bottom: 6px solid transparent;

border-top: 6px solid transparent;

border-right: 6px solid #3b3b3b;

}

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

border-right-color: #0299d3;

border-bottom-color: transparent;

}

</style>

<script src="../jquery/jquery-3.3.1.js" type="text/javascript"></script>

<script type="text/javascript">

$(function(){

if($.browser.msie&&$.browser.version.substr(0,1)){

$('li').has('ul').mouseover(function(){

$(this).children('ul').css('visibility','visible');

}).mouseout(function(){

$(this).children('ul').css('visibility','hidden');

})

}

});

</script>

</head>


<body>

<ul class="top-nav">

<li><a href="#"><span class="note">慕課網(wǎng)</span></a></li>

<li><a href="#">課程大廳</a></li>

<li><a href="#">學(xué)習(xí)中心</a>

<ul>

<li><a href="#">前端課程</a>

<ul>

<li><a href="#">html</a></li>

<li><a href="#">javascript</a></li>

<li><a href="#">css</a></li>

</ul>

</li>

<li><a href="#">手機(jī)開發(fā)</a></li>

<li><a href="#">后臺(tái)編程</a></li>

</ul>

</li>

<li><a href="#">關(guān)于我們</a></li>

</ul>

</body>

</html>


正在回答

1 回答

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

left: :-6px;

top: 50%;

margin-top: -6px;

border-left: 0;

border-bottom: 6px solid transparent;

border-top: 6px solid transparent;

border-right: 6px solid #3b3b3b;

}

加黑部分多了一個(gè)冒號(hào)。


0 回復(fù) 有任何疑惑可以回復(fù)我~

舉報(bào)

0/150
提交
取消
形形色色的下拉菜單
  • 參與學(xué)習(xí)       106933    人
  • 解答問題       563    個(gè)

本教程從易到難,循循漸進(jìn),運(yùn)用不同技術(shù)實(shí)現(xiàn)動(dòng)態(tài)下拉菜單

進(jìn)入課程

按著視頻敲的 為什么三級(jí)菜單的小箭頭不顯示呢

我要回答 關(guān)注問題
微信客服

購課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)