課程
/前端開發(fā)
/HTML/CSS
/企業(yè)網(wǎng)站綜合布局實戰(zhàn)
代碼沒錯啊 感覺。。
2016-09-01
源自:企業(yè)網(wǎng)站綜合布局實戰(zhàn) 3-3
正在回答
有給頂部設(shè)置樣式嗎?高度
.top{??? width: 100%;??? height: 27px;??? background:url(../images/top_bg.jpg) repeat-x;}.top_content{??? width: 1000px;??? margin: 0 auto;}.top_content li{??? list-style-image: url(../images/li_bg.gif);??? float: right;??? width: 70px;??? line-height: 27px;}.top_content a:link,.top_content a:visited{??? text-decoration: none;??? color: #8e8e8e;}.top_content a:hover,.top_content a:active{??? text-decoration: none;??? color: #900;}
我把代碼刪完重新碼了一遍,好了, 不過還是謝謝你了。
舉報
本課程重點介紹HTML/CSS實現(xiàn)常見企業(yè)網(wǎng)站布局的方法
1 回答為什么我的放大鏡圖片不顯示????
6 回答為啥我的loading圖片不顯示
2 回答為什么我的焦點圖那塊的圖片顯示不正常?????
1 回答為什么我的頁面頭部是這樣的?那個設(shè)為首頁的那個圖片為什么沒顯示了?
6 回答為什么我這里只有顯示出一個灰色的圖片,藍色的圖片沒有顯示?
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網(wǎng)安備11010802030151號
購課補貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動學習伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號
2016-09-01
有給頂部設(shè)置樣式嗎?高度
.top{
??? width: 100%;
??? height: 27px;
??? background:url(../images/top_bg.jpg) repeat-x;
}
.top_content{
??? width: 1000px;
??? margin: 0 auto;
}
.top_content li{
??? list-style-image: url(../images/li_bg.gif);
??? float: right;
??? width: 70px;
??? line-height: 27px;
}
.top_content a:link,.top_content a:visited{
??? text-decoration: none;
??? color: #8e8e8e;
}
.top_content a:hover,.top_content a:active{
??? text-decoration: none;
??? color: #900;
}
2016-09-03
我把代碼刪完重新碼了一遍,好了, 不過還是謝謝你了。