ich habe in meinem Design (style.css) die die Links so definiert:
a:link, a:visited { color: #A09542; text-decoration: none; font-weight: normal; } a:active, a:hover { color: #000; text-decoration: none; }
jetzt hätte ich aber gerne das HMENU eine andere Linkfarbe bekommt.
Also dachte ich mir:
.hmenu { background:#a09542; width:620px; height:20px; color:#fff; line-height:20px; padding:0 0 0 10px; } a.hmenu:link { color:#ff9900; text-decoration: underline; }
Im Design selbst habe ich:
<div class="hmenu">{HMENU}</div>
wo liegt der Fehler?