Click here to Skip to main content
16,017,373 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
XML
I added submenu like below content

<ul>
<li>< a href="#">file</a>
    <ul>
      <li>exit</li>
    </ul>
</li>
</ul>

exit (submenu) not coming under File.
Posted
Comments
JoCodes 17-Sep-13 1:42am    
Not clear whats the problem you are facing?

1 solution

You didn't show full code. Here check these which displays the output you want to see.

Nested list 2[^] & Nested List 1[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900