【发布时间】:2015-04-11 14:07:09
【问题描述】:
我正在制作我的导航 我正在制作我的导航我正在制作我的导航我正在制作我的导航我正在制作我的导航我正在制作我的导航我正在制作我的导航我正在尝试制作我的导航制作我的导航我正在尝试制作我的导航
<div class="headercss">class="header">
<div class="headerlogo">class="header">
</div>
</div>
/* BODY */
body {
margin: 0px;
background-color: #000000;
}
/* 1. HEADER */
.headercssheader {
width: auto;
height: 500px;
position: relative;
}
.headerlogoheader {
width: 980px;
height: 250px;
position: relative;
left: 50%;
margin-left: -490px;
}
.nav {
width: 980px;
height: 70px;
position: relative;
left: 50%;
margin-left: -490px;
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
}
li {
float: left;
}
a:link, a:visited {
display: block;
}
a:hover, a:active {
}
【问题讨论】: