I know this is probably a strange request, but I'm wondering if anybody could help me with this ...

I have a footer area on my website where I need to display a list of all my primary links (I only have 4) with its children under it. I need each primary link to have its own column and I want all the children of the primary link to be listed under the primary link.

So my footer would be 4 columns. Each column's top link would be the primary link and under the primary would be a list of all of the primary links children.

I dont even know where to begin on this one ... anybody have any suggestions that might help me accomplish this?

Comments

beasley’s picture

You could try Menu block:
http://drupal.org/project/menu_block

  1. Put your pages in the primary links menu (Administer > Site building > Menus > Primary links).
  2. After installing Menu block, go to Site building > Blocks > Add menu block to create your menu blocks (one for each primary link). Remember to check 'Add block title as link'.
  3. Set the Parent item menu to be 'Primary links' and make the Starting level 'Second level (Secondary)'.
  4. Save and put your new menu blocks in your footer region
  5. Use CSS to set their width and float them next to each other

I may have missed a simpler way, though.

bmblack’s picture

Kind of cumbersome, but it worked!! Thank you!!