Jump to content

a sub-sub-menu wont show in the header menu...


denully

Recommended Posts

Hello, i think my brain has gone on total Blank mode today :) (again)

 

 

I'm trying to make a sub-menu under another sub-menu, like you can see on http://www.kazi-networks.com -> services -> hosting , it has a backup menu as well.

but then under http://eco.kazi-networks.com/clientarea.php , if you try and go under the same menu, its not showing "Backup"...

 

the header code for the menu looks like this:

 
<ul id="menu" class="">
<li><a href="http://www.kazi-networks.com">Home</a></li>
<li><a href="http://www.kazi-networks.com/news">News</a></li>
<li><a href="#">Services</a>
<ul class="sub-menu">
   <li><a href="http://www.kazi-networks.com/domains">Domains</a></li>
<li><a href="http://www.kazi-networks.com/products/hosting">Hosting</a></li>
	<ul class="sub-menu">
		<li><a href="http://www.kazi-networks.com/backup">Backup</a></li>
	</ul>	
<li><a href="http://www.kazi-networks.com/it-consulting">IT consulting</a></li>
<li><a href="http://www.kazi-networks.com/ssl-certificates">SSL Certificates</a></li>
   <li><a href="http://www.kazi-networks.com/co-location">Co-location</a></li>
   <li><a href="http://www.kazi-networks.com/web-development">Web development</a></li>
   <li><a href="http://www.kazi-networks.com/products/voicechatter">VoiceChatter</a></li>
</ul>
</li>
<li><a href="http://www.kazi-networks.com/portfolio">Portfolio</a></li>
<li><a href="http://www.kazi-networks.com/about-us">About us</a></li>
<li><a href="/submitticket.php?step=2&deptid=5">Contact us</a></li>
<li><a href="/clientarea.php">Client access</a>
<ul class="sub-menu">
   <li><a href="/clientarea.php">Client access</a></li>
<li><a href="https://web01-prod.kazi.dk/" target="_blank">Web-hotel login</a></li>
<li><a href="https://web01-prod.kazi.dk/webmail/" target="_blank">Web-mail login</a></li>
<li><a href="https://web01-prod.kazi.dk/ftp/" target="_blank">Web-FTP login</a></li>
   <li><a href="https://web01-prod.kazi.dk/pma/" target="_blank">MySQL login</a></li>
</ul>
</li>
</ul>

 

any one got a clue what im missing or what i have done wrong ...

shouldnt it just be to place another <ul><li>the sub sub menu</li></ul> below the other sub menu ?

Link to comment
Share on other sites

  • 1 year later...

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.   Paste as plain text instead

  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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated