Click here to Skip to main content
15,885,278 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
Hi all,

ul not showing in Internet Explorer but is in Firefox!


XML
<li><a href="#">Home</a>
  <ul>
  <li><a href="#">Customers</a>
   <ul>
 <li><a href="Details.aspx"> Details</a>
   </li>
   <li><a href="ReviewDetails.aspx"> Reviews</a>
     </li>
    </ul>
</li>
 <li><a href="#">Orders</a>
    <ul>
<li><a href="OrderDetails.aspx">Order</a> </li>
 <li><a href="Status.aspx"> Status</a>
</li>





Thanks in advance
Posted
Comments
nrgjack 23-Jan-12 9:38am    
could you post the list of element you need ?

example

root
-child0
--child0child0
--child0child1
-child1
--child1child0
--child1child1

otherwise is impossible to say what is your mistake

Your items and list (<li> & <ul>) opening and closing tags are not well-paired. Make sure you do it the right way; Firefox can cope with it, but Mr. Internet Explorer is kind of picky.
 
Share this answer
 
v2
Comments
Philippe Mori 21-Jan-12 15:51pm    
Exactly, invalid code give undefined behavior.
I tried this in IE 9 and it shows mi everyone node

Regards
Robert
 
Share this answer
 
check your tag opening and closing
and also check scripting if you using in most case script will create problem on firfox .....
 
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