Add popdown menu to a nevigation bar

S

Sam

I have a site that was designed and implemented by another company. In every
page there is navigation bar at the top. This is programmed with java.
Problem is that I need to add some pop down menu to one of the buttons in
the navigation bar and I don't know how to do it. Here is the url.
http://www.sosautomation.com/

If someone can direct me by an example or reference this will be great.

Regards

Sam
 
P

p c

There is something seriously wrong (or interesting) with all the pages.
Although javascript is not used by the individual pages, I think, there
are script tags inserted at several places (view the HTML of the pages).
And all of pages have the same page title, probably because of this line:

<SCRIPT>document.title='S.O.S.Automation.';</SCRIPT>

Also if you view, the contact page in Firefox, all the contacts are
mumbo jumbo. The site uses a external stylesheet which is a plus.

Since you are embarking on a re-design of the navigation menu, my
suggestion is to redesigns the pages, fix "problems" and design it in
way to make it easy to maintain when you change navigation or site/page
look.

To answer your question, the viewed pages uses a pure HTML menu using
tables. If you are correct that it was created using a Java tool, you
will need to go back to that tool if you want to use that tool.
Otherwise you will need to change each page.

Drop down menus usually rely on javascript code. Google for "
"FP drop down menus" or "Javascript drop down menus" without quotes.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top