www.apple.com style menu - is this possible?

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
blaine
Super Advanced
Super Advanced
Posts: 59
Joined: Mon Apr 05, 2004 11:29 pm

www.apple.com style menu - is this possible?

Post by blaine »

I can see this component is very flexible and I'm working my way thru the examples. I was wondering if it would be possible to create a menu like http://www.apple.com uses.

What I wanted was a way to have the active tab look like it is part of the lower table area where I could have context actions or additional buttons that would appear depending on the selection.

I would be generating the menu from PHP and can therefor alter the layout but would it be possible to have it look like the lower table flows into the active tab?

Thanks.
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

Yes, you could do that. Obviously it would be graphics-based, but this system allows for a graphical main menu and code-generated sub-menus dropped from that (plus a lot of other things). There a a lot of different ways this can be done.

See http://westcgi.west.asu.edu/sai/ for a simple example of just that.
John
User avatar
Maz
Milonic God
Milonic God
Posts: 1717
Joined: Fri Jun 06, 2003 11:39 pm
Location: San Francisco
Contact:

Post by Maz »

Making a horizontal submenu is possible too, although I'm not sure what alignment you would use there.
maz
blaine
Super Advanced
Super Advanced
Posts: 59
Joined: Mon Apr 05, 2004 11:29 pm

Post by blaine »

I'd prefer that it not be graphics based and or min graphics for the corners possibly for the tabs. If the tabs are CSS then I can generate the labels dynamically which is my goal.

I was looking at this CSS based tabbed menu
http://ww2.netpenny.net/~bcreswell/My_U ... cTabs.html

I may have missed an example that showed how to do a menu like that tabbed version.
User avatar
Maz
Milonic God
Milonic God
Posts: 1717
Joined: Fri Jun 06, 2003 11:39 pm
Location: San Francisco
Contact:

Post by Maz »

You can use background images with text on top.

So long as each main menu item has a link it is possible to tab through them, but I don't think that's what you meant.

Or you could use a css background and just place the menu text on top.

Or there is linking to graphics for the popup.

Have a look at the different menu styles to see which one might work for you.

maz
Post Reply