Grid instead of list?

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
eh
Beginner
Beginner
Posts: 3
Joined: Fri Nov 21, 2003 8:15 pm
Location: San Francisco

Grid instead of list?

Post by eh »

I'd like to display some of my menus as grids instead of lists. For example, I have a menu that lets the user jump to a particular page. There can be up to 50 pages, so I don't want to have a long list with 50 items. I'd rather have a grid (table) with 5 columns and 10 rows.

I can make a menu item that contains a table, but then I have to work to make it look and act like the rest of the menu items.

So, is there a built-in way to show the menu items as a grid? If not, what do you think about adding that feature?
eh
Beginner
Beginner
Posts: 3
Joined: Fri Nov 21, 2003 8:15 pm
Location: San Francisco

Post by eh »

And before anyone thinks I'm insane for having 50 items in my menu, the items are just the page numbers. So it would look something like:

01 02 03 04 05
06 07 08 09 10
11 12 13 14 15

etc.
User avatar
kevin3442
Milonic God
Milonic God
Posts: 2460
Joined: Sat Sep 07, 2002 12:09 am
Location: Lincoln, NE
Contact:

Post by kevin3442 »

There is no built-in method. I'd say your best bet is to go with the "table-in-the-menu-item" approach.

Kevin
Post Reply