Florian Dassonville -RAE01 Posted July 15, 2011 Report Share Posted July 15, 2011 Hi everybody, I am new here and I have some problems without find answer on the forum. I would like to create a menu with sub menu, so I have that: <style media="all" type="text/css">@import "/menu/menu_style.css";</style> <div class="menu"> <ul> <li><a id="current" href="http://regionalva.org/index.php/" target="_self" >Home</a> </li> <li><a href="" target="_self" >Crew center</a> <ul> <li><a href="http://regionalva.org/index.php/profile" target="_self">Pilot Center</a></li> <li><a href="http://regionalva.org/index.php/acars" target="_self">Live Map</a></li> <li><a href="http://regionalva.discutbb.com/index-63509-regional-virtual-airline.html" target="_self">Forum</a></li> <li><a href="http://regionalva.org/index.php/login" target="_self">Login</a></li> <li><a href="http://regionalva.org/index.php/registration" target="_self">Registration</a></li> <li><a href="http://regionalva.org/index.php/logout" target="_self">Log Out</a></li> </ul> </li> <li><a href="" target="_self" >About us</a> <ul> <li><a href="http://regionalva.org/index.php/pilots" target="_self">Pilot Roster</a></li> <li><a href="http://regionalva.org/index.php/pages/about" target="_self">About us</a></li> <li><a href="http://regionalva.org/index.php/pages/fleet" target="_self">Fleet</a></li> </ul> </li> <li><a href="" target="_self" >Staff Room</a> <ul> <li><a href="http://regionalva.org/index.php/pages/fleet" target="_self">Staff</a></li> <li><a href="http://regionalva.org/admin/" target="_self">Administration</a></li> </ul> </li> </ul> </div> But I do not know where I have to put "Menu" floder join with. Quote Link to comment Share on other sites More sharing options...
Thomas Rozanov Posted July 15, 2011 Report Share Posted July 15, 2011 Hi everybody, I am new here and I have some problems without find answer on the forum. I would like to create a menu with sub menu, so I have that: <style media="all" type="text/css">@import "/menu/menu_style.css";</style> <div class="menu"> <ul> <li><a id="current" href="http://regionalva.org/index.php/" target="_self" >Home</a> </li> <li><a href="" target="_self" >Crew center</a> <ul> <li><a href="http://regionalva.org/index.php/profile" target="_self">Pilot Center</a></li> <li><a href="http://regionalva.org/index.php/acars" target="_self">Live Map</a></li> <li><a href="http://regionalva.discutbb.com/index-63509-regional-virtual-airline.html" target="_self">Forum</a></li> <li><a href="http://regionalva.org/index.php/login" target="_self">Login</a></li> <li><a href="http://regionalva.org/index.php/registration" target="_self">Registration</a></li> <li><a href="http://regionalva.org/index.php/logout" target="_self">Log Out</a></li> </ul> </li> <li><a href="" target="_self" >About us</a> <ul> <li><a href="http://regionalva.org/index.php/pilots" target="_self">Pilot Roster</a></li> <li><a href="http://regionalva.org/index.php/pages/about" target="_self">About us</a></li> <li><a href="http://regionalva.org/index.php/pages/fleet" target="_self">Fleet</a></li> </ul> </li> <li><a href="" target="_self" >Staff Room</a> <ul> <li><a href="http://regionalva.org/index.php/pages/fleet" target="_self">Staff</a></li> <li><a href="http://regionalva.org/admin/" target="_self">Administration</a></li> </ul> </li> </ul> </div> But I do not know where I have to put "Menu" floder join with. I am not sure but looks fine except make sure /menu/menu_style.css is their and matches with the clases in your menu code. Quote Link to comment Share on other sites More sharing options...
Jeff Posted July 15, 2011 Report Share Posted July 15, 2011 core_navigation.tpl Quote Link to comment Share on other sites More sharing options...
Florian Dassonville -RAE01 Posted July 16, 2011 Author Report Share Posted July 16, 2011 Thank you both of for your answer ! Regards, Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.