Vanilla 1.1.9 is a product of Lussumo. More Information: Documentation, Community Support.
It looks like you're using CSS classes to show and hide the items, which is good. To account for javascript being disabled, all items need to have the "show" class on startup. Then, write a javascript function to set the default state for menu items.
.menulink {
background:none;
border-bottom:1px solid #fff;
color:#fff;
display:block;
margin:0;
padding:6px 0;
text-decoration: none;
text-indent:10px;
}
1 to 11 of 11