Hi,
I'm setting up a site where the client wants to have javascript cascading menus.
I've implemented the nortree soltion which works well but I now have a problem with the design. The top level sections need to be spaced in accordance with the section name length. In the original design they are layed out like:
<td><a ...>section1</a> | <a ..>section2</a> | <a..>section3</a> | <a...>section4</a></td>
With nortree the links all have to fit in boxes of the same width.
Does anyone know a way I can generate top level links with nortree in the format above, or will I have to hard code this navigation into the templates?
Thanks in advance for any help,
T
I'm setting up a site where the client wants to have javascript cascading menus.
I've implemented the nortree soltion which works well but I now have a problem with the design. The top level sections need to be spaced in accordance with the section name length. In the original design they are layed out like:
<td><a ...>section1</a> | <a ..>section2</a> | <a..>section3</a> | <a...>section4</a></td>
With nortree the links all have to fit in boxes of the same width.
Does anyone know a way I can generate top level links with nortree in the format above, or will I have to hard code this navigation into the templates?
Thanks in advance for any help,
T
Comment