June 20, 201313 yr Hi, I have created a website with an accordion styled navigation. I've been asked to keep the menu open when the user clicks on a sub menu page. I have been trying all day to find a solution but to no avail. If there's anyone who could point me in the right direction of a fix or another method of creating the same naviation, I be most obliged. Here a link http://www.karrada.com/ thanks
June 20, 201313 yr You could try something like html <body id="invest" onload="clickMenu('menu')" style="zoom: 1;"><!--added id to body--> <li class="sub investe"><1--added class to parent li--> do the same on the project page but with proj as id and proje as class css #invest .investe ul, #proj .proje ul{display:block;} I think that should work Edited June 20, 201313 yr by mteam
Create an account or sign in to comment