• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Alternative to drop down menus

RandomFool

Diamond Member
I'm working on a page that has a tooon of links. Currently there is a drop down menu organizing many of them. and then there is a set of 20 links on either side of the page for stuff that doesn't fit in the menu. In the middle there are a couple forms used for some other links. Here's a hastily drawn layout:

http://www.randomfool.net/pictures/layout.jpg

Really the whole thing is a mess and I'm trying to come up with a creative way to organize it and display it on a single page.

-Ryan
 
A tree is an interesting idea but most of the links are only semi-related and you wouldn't really be able to drill down more than one level. This is kind of the project from hell because there's really no good way to organize everything. As of now I've just switched to a css layout and moved some stuff around a little bit so it all fits on screen without scrolling. I'm trying to think of something radical I can do to make this more managable.
 
You could have a menu which can scroll left/right or up/down, but keeping the menu container a fixed width. 🙂
 
Back
Top