Hallo,
ich wollte fragen, wie man einen ButtonMenü, also Menü für Händys nach dem Auswahl der gewünschte Link automatisch zugeht. Also ich habe einen:
$("#mobile-icon").click(function(){
$("nav").toggle();
});
und
#mobile-icon span { position: absolute; right: 0; top: 1.5em; margin-right: 1em; }
#mobile-icon span,
#mobile-icon span:before,
#mobile-icon span:after {
cursor: pointer;
border-radius: 1px;
background: #000;
position: absolute;
display: block;
content: '';
}
Vielen Dank im voraus!
Grüße,