Lists inside lists don't validate with w3c?
- by cosmicbdog
Hi everybody,
I've got some lists inside lists to make some fancy drop-down menus.
e.g
<ul>
<li>something
<ul>
<li>sub menu</li>
</ul>
</li>
</ul>
Problem is, w3c doesn't like it. Is there a way to make this validate or this just one of these hacks that browsers can render, but w3c dislikes?