friction23: CSS - Links unterschiedlich formatieren!

Beitrag lesen

Nur meine Menübuttons sollen immer ohne hover-Effekt dargestellt werden:

versuch das mal, du musst natürlich die attribute anpassen

a.menuLink:link, a.menuLink:visited {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #FFFFFF;
text-decoration: none;
background-color: #123636;
font-weight: bold;
}
a.menuLink:hover, a.menuLink:active {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #FFFFFF;
text-decoration: none;
background-color: #123636;
font-weight: bold;
}