課程
/前端開發
/HTML/CSS
/企業網站綜合布局實戰
代碼沒錯啊 感覺。。
2016-09-01
源自:企業網站綜合布局實戰 3-3
正在回答
有給頂部設置樣式嗎?高度
.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實現常見企業網站布局的方法
1 回答為什么我的放大鏡圖片不顯示????
6 回答為啥我的loading圖片不顯示
2 回答為什么我的焦點圖那塊的圖片顯示不正常?????
1 回答為什么我的頁面頭部是這樣的?那個設為首頁的那個圖片為什么沒顯示了?
6 回答為什么我這里只有顯示出一個灰色的圖片,藍色的圖片沒有顯示?
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網安備11010802030151號
購課補貼聯系客服咨詢優惠詳情
慕課網APP您的移動學習伙伴
掃描二維碼關注慕課網微信公眾號
2016-09-01
有給頂部設置樣式嗎?高度
.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
我把代碼刪完重新碼了一遍,好了, 不過還是謝謝你了。