課程
/前端開發(fā)
/HTML/CSS
/初識HTML(5)+CSS(3)-升級版
我的代碼是一樣的,為何我的box4在box4下面,不再里面?
2017-01-12
源自:初識HTML(5)+CSS(3)-升級版 13-9
正在回答
#box3{
? ? width:200px;
? ? height:200px;
? ? position:relative;
}
#box4{
? ? width:99%;
? position:absolute;
bottom:0px;
top bottom上下偏移
舉報
HTML(5)+CSS(3)基礎(chǔ)教程8小時帶領(lǐng)大家步步深入學(xué)習(xí)標(biāo)簽用法和意義
1 回答Relative與Absolute組合使用
4 回答Relative與Absolute組合使用
7 回答relative與absolute組合使用
2 回答Relative與Absolute組合使用
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網(wǎng)安備11010802030151號
購課補貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號
2017-01-12
#box3{
? ? width:200px;
? ? height:200px;
? ? position:relative;
}
#box4{
? ? width:99%;
? position:absolute;
bottom:0px;
}
2017-01-12
top bottom上下偏移