我有一种样式,它为导航栏上的链接设置样式,但它为网站中的所有其他链接设置样式,所以我将 div“菜单栏”定义为链接前面的选择器并访问了选择器,但它仍然设置了所有链接的样式网站。任何解决方案将不胜感激。
CSS:
#menubar a:link, a:visited
{
border-top-width: 1px;
display: block;
font-weight: bold;
color: #000000;
background-color: #EFF1EB;
width: 180px;
text-align: center;
padding: 4px;
text-decoration: none;
text-transform: uppercase;
border-style: solid;
border-color: #638529;
font-family: Arial, Helvetica, sans-serif;
border: 1px;
position: fixed;
}