<html>
<head>
<link rel="stylesheet" type="text/css" href="stylesheets\sets1.css">
</head>
<style type="text/css">
body /* site bg color */
{
margin: 0;
background-color:#b0c4de
}
#navbar ul {
margin: 0;
padding: 5px;
cellspacing: 0;
cellpadding: 0;
border: 0;
list-style-type: none;
background-color: #8B008B;
}
#navbar ul li {
display: inline;
}
#navbar ul li a {
text-decoration: none;
padding: .2em 1em;
color: white;
background-color: #8B008B;
}
#navbar ul li a:hover {
color: #0EC6D7;
background-color: #8B008B;
}
</style>
</head>
<body>
<div id="navbar">
<ul>
<li><a href="http://"><img src="images/logo.png" alt="Site Logo" height="50" width="68"></img></a></li>
<li><a href="#">Forum's</a></li>
<li><a href="#">Chat's</a></li>
<li><a href="#">Login</a></li>
<li><a href="#">Sign up</a></li>
</ul>
</div>
</body>
</html>
增加的邊距:0;到身體標記,它的作品像fb標題覆蓋整個頁面頂部沒有空白或無知的打破或任何這樣的事情也是它的跨瀏覽器,所以非常感謝。感謝所有幫助我的用戶使CSS導航欄封面頂部
這將創建一個粘頭 - 這是他想要的嗎? – AlienWebguy
你知道,你是對的。我只是假定他想粘,因爲我還沒有想到有人不知道如何將nav對齊到頁面頂部......如果你在jsfiddle中運行他的代碼,它會顯示爲正常標題會,沒有空白。 –