Julian Oettrich: links

Beitrag lesen

Irgenwie klappt was bei mir nicht. Ich hab im stylesheet diesen Teil eingebaut, derklappt aber weder im Mozilla, noch im IE.

.menuebar {
 background-image:url(img/menuebar.png);
 background-repeat:no-repeat;
 background-position:center;
 text-align:center;
 vertical-align:middle;
 width:800px;
 height:28px;
}
.menuebar:link {
 font-face:Verdana;
 font-size:11pt;
 font-weight:none;
 color:#ffffff;
 text-decoration:none;
 letter-spacing:1px;
}
.menuebar:visited {
 font-face:Verdana;
 font-size:11pt;
 font-weight:none;
 color:#ffffff;
 text-decoration:none;
 letter-spacing:1px;
}
.menuebar:hover {
 font-face:Verdana;
 font-size:11pt;
 font-weight:none;
 color:#ffffff;
 text-decoration:underline;
 letter-spacing:1px;
}

Ich weiß einfach nicht was falsch ist.

Stattdessen übernimmt er noch immer die link angaben die auch imStysheet drin sind. die sehen so aus:

a {
 font-family:Arial;
 font-size:9pt;
 font-weight:bold;
 color:#0D611F;
 text-decoration:none;
}
a:active {
 font-family:Arial;
 font-size:9pt;
 font-weight:bold;
 color:#0D611F;
 text-decoration:none;
}
a:visited {
 font-family:Arial;
 font-size:9pt;
 font-weight:bold;
 color:#0D611F;
 text-decoration:none;
}
a:hover {
 font-family:Arial;
 font-size:9pt;
 font-weight:bold;
 color:#0D611F;
 text-decoration:underline;
 cursor:hand;
}

Bitte helft mir und ein Danke im vorraus!

Julian