課程
/前端開(kāi)發(fā)
/HTML/CSS
/企業(yè)網(wǎng)站綜合布局實(shí)戰(zhàn)
代碼沒(méi)錯(cuò)啊 感覺(jué)。。
2016-09-01
源自:企業(yè)網(wǎng)站綜合布局實(shí)戰(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;}
我把代碼刪完重新碼了一遍,好了, 不過(guò)還是謝謝你了。
舉報(bào)
本課程重點(diǎn)介紹HTML/CSS實(shí)現(xiàn)常見(jiàn)企業(yè)網(wǎng)站布局的方法
1 回答為什么我的放大鏡圖片不顯示????
6 回答為啥我的loading圖片不顯示
2 回答為什么我的焦點(diǎn)圖那塊的圖片顯示不正常?????
1 回答為什么我的頁(yè)面頭部是這樣的?那個(gè)設(shè)為首頁(yè)的那個(gè)圖片為什么沒(méi)顯示了?
6 回答為什么我這里只有顯示出一個(gè)灰色的圖片,藍(lán)色的圖片沒(méi)有顯示?
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號(hào)-11 京公網(wǎng)安備11010802030151號(hào)
購(gòu)課補(bǔ)貼聯(lián)系客服咨詢(xún)優(yōu)惠詳情
慕課網(wǎng)APP您的移動(dòng)學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號(hào)
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
我把代碼刪完重新碼了一遍,好了, 不過(guò)還是謝謝你了。