我試圖製作一個導航內嵌列表。你可以在這裏找到它:http://www.luukratief-design.nl/dump/parallax/para.htmlCSS列表項寬度/高度不起作用
由於某些原因,它不顯示LI的寬度和高度。這是片段。這有什麼問題?
.navcontainer-top li {
font-family: "Verdana", sans-serif;
margin: 0;
padding: 0;
font-size: 1em;
text-align: center;
display: inline;
list-style-type: none;<br>
width: 117px;
height: 26px;
}
.navcontainer-top li a {
background: url("../images/nav-button.png") no-repeat;
color: #FFFFFF;
text-decoration: none;
width: 117px;
height: 26px;
margin-left: 2px;
margin-right: 2px;
}
.navcontainer-top li a:hover {
background: url("../images/nav-button-hover.png") no-repeat;
color: #dedede;
}
非常感謝你!幫助我很多 – Luuk 2010-02-19 09:56:51