0
因此,我正在爲學校評估製作一個網站,我想知道爲什麼我的導航欄鏈接總是略低於實際導航欄本身。如果任何人都可以幫助那會很棒:)。導航欄無法正常工作?
ul {
text-align: center;
padding-left: 1px;
top: -10px;
list-style: none;
}
ul li {
font-family: Arial;
font-size: 15px;
font-weight: bold;
display: inline-block;
margin-right: -4px;
position: 0px;
padding: 10px 89.5px;
background-color: #6C2DC7;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
transition: all 0.2s;
}
ul li:hover {
background: #8467D7;
}
a:link {color:#FFFFFF;} /* unvisited link */
a:visited {color:#FFFFFF;} /* visited link */
a:hover {color:#FFFFFF;} /* mouse over link */
a:active {color:#FFFFFF;} /* selected link */
a {
text-decoration: none;
}
This is what it looks like on my website.
給我一個鏈接到網站,如果它不是本地的,我會看看?或做一個jsfiddle –
http://ditcs.neocities.org/乾杯。 – Mitchell
固定它@mitchell檢查我的答案 –