question about what menu to use

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
Davi
Beginner
Beginner
Posts: 6
Joined: Sun Aug 17, 2003 2:40 am
Contact:

question about what menu to use

Post by Davi »

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
User avatar
Maz
Milonic God
Milonic God
Posts: 1717
Joined: Fri Jun 06, 2003 11:39 pm
Location: San Francisco
Contact:

Post by Maz »

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
Post Reply