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.
www.apple.com style menu - is this possible?
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.
See http://westcgi.west.asu.edu/sai/ for a simple example of just that.
John
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.
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.
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
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