Milonic provide full featured pull down web menus for some of the worlds largest companies
click here to see what it can do for you

Download Milonic DHTML Menu
Buy Milonic DHTML Menu

Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:31

question about what menu to use


Poster: Davi
Dated: Wednesday April 28 2004 - 23:35:49 BST

Hello

I have a site where i want to integrate one of menu scripts from here

the problem is that my site in center integrated (amprnet.org/cms/) and i need menu script for left menu (it will open to vertically) and will be fixed in this part (so i cann't give absolute coordinated .. .because durign absolute coordinates it will change his position during page recize).

i know that here is such script.... but the problem is that when i give background color, or border color for pop up menu, it appears and on main menu too (i don't need to have background color , border color or separator lines on main menu =>it's what i see all time) ... background will be only on pop up menu ... this is what i cann't change on this menu.

may be here is another menu script .. that i can use ?

just now i use another script on javascript .. but it changes his position on different pages. try to go with link on this page (amprnet.org/cms/) and you will see ,.. that menu display position is changed.

thx


Poster: Maz
Dated: Thursday April 29 2004 - 3:49:17 BST

You are using php, so you could generate the menu from php. But I don't know much about php.

You are using tables, so you could place the menu in a table, not always the best way, and you could see how it looks by simply adding the menu_data.js script in the table. The other script go under the body tag as usual.

To place the menu absolute (usually better), you would center the menu and then offset left to the edge.

screenposition="center";
left="offset=???px";

To make the main menu background a new color, copy and rename the style and use a new style name.

then change onbgcolor & offbgcolor="transparent";

remove all border styles and any styles you are not using.

maz