For getting nice menus it would be great if the menu classes indicated their depth, e.g.
<PRE>
<LI class="depth_1">Top level category
<UL>
<LI class="depth_2">Sub category
</UL>
</LI>
</PRE>
For getting nice menus it would be great if the menu classes indicated their depth, e.g.
<PRE>
<LI class="depth_1">Top level category
<UL>
<LI class="depth_2">Sub category
</UL>
</LI>
</PRE>
WP does that by default, you just have to style them accordingly in your style sheet.
This topic has been closed to new replies.