I am creating a vertical menu that looks very much like a simple bulleted list, e.g. As with the bullet list above, child pages should be indented under their parent, and both the bullet and the link should be indented. My problem is that I can only seem to apply the indentation to the link, not the bullet, i.e. my menu looks like this: HomePage 1 Child 1 Child 2Page 2Page 3
The module seems to render all menu items as LIs at the same level within the UL. If child pages were rendered as a "sub-list" of the main list it would be easier to deal with. Can I make the module render the HTML this way using a template? Or is there some way to indent the bullets using CSS and without using a template? |