Art wrote:
> I must be missing the obvious.
>
> I am looking to create a meny bar with tabs that look like a notebook.
> See www.amazon.com for an example of what I mean.
>
> One I can get the tabs created, it shou dbe wasy to add the text and
> createthe needed hyperlinks. I will need at least three rows of tabs.
>
> But how do I create the tabs? Is this a Style or theme thing that I don't
> understand?
I am assuming that you are talking about the tabs at the top which are blue
when active and beige when not.
There are a few ways of acomplishing this task.
1: DHTML with Layers can be used.
2: JavaScript eg.
http://www.dynamicdrive.com
3: JavaScript menu creation programs.
eg.
http://www.jscentral.com
4: Macromedia Flash
If all you want however is to change from one menu item to the other then
you can use an onmouseover rollover.( Just go dynamic drive ) but if you
want to also have it expand the menu when you hover over then you will have
to look at the other options.
Paul