Jump to content

menu problem...


Recommended Posts

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.

Link to comment
Share on other sites

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. ;)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...