我的底部边框不见了。我什么都试过了。现在我只是在做一些愚蠢的改变。加上我的导航链接是向后的。我已经阅读了有关此的堆栈溢出帖子,但没有什么对我有用。它们应该是首页 关于我们 我们的服务......但它们被颠倒了。
/* HEADER AREA
---------------------------------*/
#header {
position: absolute;
float: left;
width: 100%;
height: 185px;
padding: 0px;
margin: 0px;
background-color: #b2c248;
border-style: solid;
border-bottom: 1px thick #ff00ff;
z-index: -1;
/* MAIN NAVIGATION
---------------------------------*/
#nav {
float: right;
width: 100%;
<!-- width: 900px; -->
height: 53px;
padding: 0px;
margin: 0px;
}
#nav ul {
list-style: none;
padding: 0px;
margin: 0px;
}
#nav ul li {
float: right;
line-height: 53px;
padding: 0 50px 0 0;
}