課程
/前端開發
/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)基礎教程8小時帶領大家步步深入學習標簽用法和意義
4 回答Relative與Absolute組合使用
1 回答Relative與Absolute組合使用
7 回答relative與absolute組合使用
2 回答Relative與Absolute組合使用
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網安備11010802030151號
購課補貼聯系客服咨詢優惠詳情
慕課網APP您的移動學習伙伴
掃描二維碼關注慕課網微信公眾號
2017-01-12
#box3{
? ? width:200px;
? ? height:200px;
? ? position:relative;
}
#box4{
? ? width:99%;
? position:absolute;
bottom:0px;
}
2017-01-12
top bottom上下偏移