Create header menu with pushing option

Hello,

can you check the menu in the following website:

www.thefwa.com

as you can see, the header menu push the page contents down, could I get your help to know how can I create this kind of menu? also a question, how can I call this menu from any page on my website, I don’t think the php code ( insert) would be enough?!

Best regards and thanks in advance for your help,
bb

If you right click on that header (or any part of that site, for that matter), you should get a pretty good idea of what was used to make it…

ahhhh I got you, everything build by flash. So there is no way to make it by php, java, html5 ?

You could do all that with javascript - jQuery framework would be a good place to start.

note - java != javascript.

Nice, but there is no tutorial of this things over the web, so we can get an idea and learn how this could be possible ? to make a menu, or to integrate menu in all the pages.

I think what you’re looking for is called a ‘mega menu’. An example is here - with [URL=“http://www.sohtanaka.com/web-design/mega-drop-downs-w-css-jquery/”]tutorial.

You also need help on how to “include it on all pages”?

Thank you very much for your help, I want to answer you before but the forum was not working properly.

I appreciate your help, in fact, I know how it’s possible to include it in all pages by using a java code, but what I don’t know to do, if how the contents of menu will apprear above the content of the page, maybe bacause I call the menu from the page ?

What exactly do you mean by “how the contents of menu will apprear above the content of the page”? Are you wanting it to push the content of the page down, so that it doesn’t cover it up? Or appear over the top of the normal page content?

Hello, thanks for your interest. In fact, I don’t know if it’s possible that the menu push down page content, because I want to call the menu from other pages, so for example the menu will be here:

but the page will be here:

or

www.mywebsite.com/pages/vbulletin/index.php

it’s possible to push the content of the page down ? if not, how it’s possible to let this menu “appear over the top of the normal page content”

If you use JavaScript to create the menu, it should flow over the main content of your page. You can see a JavaScript menu that flows over the main content at First Baptist if that is what you are looking to have happen.

It is possible to push the content down. I have seen that on other sites, and personally I did not like it, so I don’t remember where I saw it.