Hallo Zusammen,
Wie kann ich es auf meiner Seite einrichten, dass die Menüpunkte im Hauptmenü auch merkiert bleiben.
Wenn ein Menüpukt gewählt wird, soll die Markierung
bleiben bis man wieder woanders klickt.
css
#menuhorizontal a, #menuhorizontal a:visited , #menuhorizontal a:active {display: block;
color:#FEFDFD ;
font-weight:normal;
text-decoration:none ;font-family:calibri; font-size: 16px;
padding-left: 0px;padding-right: 0px; padding-bottom: 0px; padding-top:0px;
margin-left: 0px;margin-right: 0px;
border:solid 0px #006600;
height:40px;
line-height:40px;
text-align:center; font-weight:bold;
background:transparent;
background-image:url(/images/nav-active.gif);background-repeat:repeat-x;
background-position:center top;
}
#menuhorizontal a:hover {background-color:#; text-decoration:none ;
color:#006600;
text-decoration:none ;
border-left:solid 0px #006600;background-image:url(images/backgroundOVER.gif);background-repeat:repeat-x;
background-position:center top;
}
HTML
Home
Kann mir bitte jemand Hinweise geben?
Grüße