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

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

導(dǎo)航條菜單的制作

江老實(shí) Web前端工程師
難度初級(jí)
時(shí)長23分
學(xué)習(xí)人數(shù)
綜合評(píng)分9.53
1004人評(píng)價(jià) 查看評(píng)價(jià)
9.8 內(nèi)容實(shí)用
9.4 簡潔易懂
9.4 邏輯清晰
覺得難的話,可以來看一下我的總結(jié),希望你們加油哈。地址:https://github.com/CruxF/IMOOC/tree/master/HTML_CSS
text-align:center 明明就可以用。
<script>
var aA=document.getElementsByTagName("a")
for(var i=0;i<aA.length;i++){
aA[i].onmousemove=function(){
this.style.width=140+"px"
this.style.transition="all,1s"}
aA[i].onmouseout=function(){
this.style.width=100+"px"
this.style.transition="all,1s"}
}
</script>
$(document).ready(function(){
$('li').hover(function(){
$(this).children().css('overflow','visible');
},function(){
$(this).children().css('overflow','hidden');
})
})
有背景圖片的大佬發(fā)給我唄
.nav li a{ display:block;text-indent:20px;height:40px; line-height:40px; width:100px; background-color:#efefef; margin-bottom:2px;}
空格用 累死你,直接用 就行了
老師講解的很獨(dú)特,很到位。
龔小樣是對(duì)的,孤月王玨的話別聽啊,不知道是誰自作聰明呢
aLi[i].onmouseover=function(){
var that = this.getElementsByClassName("subNav")[0];
var addHeight = 0;
var addEvt = setInterval(function(){
addHeight += 30;
if(addHeight > 120){ clearInterval(addEvt); };
that.style.height = addHeight + "px";
}, 20);
}
aLi[i].onmouseover=function(){

var that = this.getElementsByClassName("subNav")[0];
var addHeight = 0;
var addEvt = setInterval(function(){
addHeight += 30;
if(addHeight > 120){ clearInterval(addEvt); };
that.style.height = addHeight + "px"; }, 20);
}
愛樓來,哈哈哈
text-decoration是啥意思呀
為什么ul標(biāo)簽寬度去掉,li設(shè)置為float:left才有效
誰要答案,留言
課程須知
1.熟悉html知識(shí),尤其對(duì)<ul>和<a>比較熟悉; 2.對(duì)css樣式比較了解; 3.掌握J(rèn)avaScript和jQuery基礎(chǔ)知識(shí)。
老師告訴你能學(xué)到什么?
輕松制作出各種形式的網(wǎng)站導(dǎo)航條菜單

微信掃碼,參與3人拼團(tuán)

微信客服

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

幫助反饋 APP下載

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

公眾號(hào)

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

友情提示:

您好,此課程屬于遷移課程,您已購買該課程,無需重復(fù)購買,感謝您對(duì)慕課網(wǎng)的支持!

本次提問將花費(fèi)2個(gè)積分

你的積分不足,無法發(fā)表

為什么扣積分?

本次提問將花費(fèi)2個(gè)積分

繼續(xù)發(fā)表請(qǐng)點(diǎn)擊 "確定"

為什么扣積分?

舉報(bào)

0/150
提交
取消