Click here to Skip to main content
15,887,585 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi all,
i have created xml file with root tag menu and subtags menuitem and submenuitem i.e
XML
<root>
  <menuitem text="a" url="b">
    <submenuitem text="mm" url="gg">
    </submenuitem>
  </menuitem>
</root>


All is working fine my question is submenu not displayed in IE8 and Firefox
some browser setting required so please tell me these setting.
Posted
Updated 23-Feb-11 19:26pm
v2
Comments
Ankur\m/ 24-Feb-11 1:28am    
I edited your question and there was an extra closing menuitem node. Is it the same in your program as well? If yes remove it.
Sandeep Mewara 24-Feb-11 1:34am    
Now, that can be very well the reason. OP has to confirm before someone really give it a try.

Good work! :)

1 solution

Hope this[^] might help you.
 
Share this answer
 

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

  Print Answers RSS
Top Experts
Last 24hrsThis month


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