課程
/前端開發
/HTML/CSS
/如何用CSS進行網頁布局
任務3:要求右側(right)先加載,左側(left)后加載
?任務4:編寫的代碼要兼容ie6
?這兩個怎么處理??
2016-01-06
源自:如何用CSS進行網頁布局 5-3
正在回答
.top{height:100px; background:#ccc}
.main{background:red;}
.left{position:absolute;left:0;top:100px;width:200px; height:500px; background:blue;}
.right{ margin-left:210px;height:500px; background:#9C9;}
.foot{height:50px; background:#F63;}
舉報
用最簡潔的案例教你布局的那些知識,這是前端工程師基本技能
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網安備11010802030151號
購課補貼聯系客服咨詢優惠詳情
慕課網APP您的移動學習伙伴
掃描二維碼關注慕課網微信公眾號
2016-01-06
.top{height:100px; background:#ccc}
.main{background:red;}
.left{position:absolute;left:0;top:100px;width:200px; height:500px; background:blue;}
.right{ margin-left:210px;height:500px; background:#9C9;}
.foot{height:50px; background:#F63;}