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:11

menu position


Poster: ludaluda
Dated: Monday March 13 2006 - 8:02:39 GMT

the menu always appear on left top, and i cant select it in any way as in design section of frontpage, the menu is not visible, i try to select a table in design then paste the code in code view where it was highlighted but still the menu appear on top left.

how am i suppose to do that?

i saw link on milonic that say you can put it to left, bottom, right etc.

but it need to be place at a specific place in the site not, excatly to the left middle for example and even if it was working, what about when you set-up right for 1044 X768, then someone is on 800X600.

its like the menu is floating over the site! i need it to be in the site, inside it! i built a colum to the left. i want the menu to be IN that colum, but ti just appear OVER it, like a pop-up banner do.


Poster: Migru
Dated: Monday March 13 2006 - 9:40:39 GMT

Hi

it is always better to give a url, so that your page is visible and suggestions can be made.

In general, there are two options to position the menu:

a) absolute positioning is done by the left= and top= properties of the main menu or - by making use of the screenposition property.
b) relative positioning is done by placing the main menu without subs and without the styles definitions but with its own drawMenus as a script in a <td> cell of a table for instance.

There is - please see the Milonic start page, there the main menu, the topic "DHTML Menu" und the "Quick reference guide", where you can get information on those properties and styles.

Related to your description - as I understand - it seems, that you want the menu be oriented vertical, that is done by the menu property orientation="vertical"; and it seems, you want it in a table column.

http://www.milonic.com/tablemenu.php

Michael


Poster: Migru
Dated: Monday March 13 2006 - 9:55:28 GMT

Hi

Quote:
and even if it was working, what about when you set-up right for 1044 X768, then someone is on 800X600


that of course is a matter of the webdesign of your page.
If you´re on 1044x768 it is certainly recommendable to have in mind, that not everyone has a monitor of that resolution. So the design could be 800 px wide and everything could be centered or left oriented. Or if its wider than that, then of course horizontal scrolling will be unavoidable for those users.
There are certainly different options, in this case, from flexible design up to branching - depending on browsers in use, monitor resolution and javaScript enabled or disabled (<noscript></noscript>). But a discussion on this is not really menu-related and therefore I think, less important for this forum.

Michael


Poster: Migru
Dated: Monday March 13 2006 - 12:12:15 GMT

Hi

Quote:
i can´t select it in any way as in design section of frontpage



well I don´t know the capbilities of frontpage to visualize JavaScript . I´m using a different editor, which has three/four modes:

a) design
b) source
c) structure
d) preview

So normally in design mode, js code (or other scripts) are visualized by a symbol.
Clicking on it opens the JS-Editor and shows details of the code.
Preview then visualizes anything as it would be visualized by a browser.
If this is similar in Frontpage, then I don´t understand this question.

Michael


Poster: vikenk
Dated: Monday March 13 2006 - 15:19:53 GMT

Quote:
well I don´t know the capbilities of frontpage to visualize JavaScript . I´m using a different editor, which has three/four modes:

a) design
b) source
c) structure
d) preview

So normally in design mode, js code (or other scripts) are visualized by a symbol.
Clicking on it opens the JS-Editor and shows details of the code.
Preview then visualizes anything as it would be visualized by a browser.
If this is similar in Frontpage, then I don´t understand this question.

Michael


Michael,

FrontPage is essentially the same way. Frontpage has four sections:

1) Design (WSYWYG mode)
2) Spilt (Preview of page on top, code on the bottom)
3) Code (code only)
4) Preview (real browser preview mode)

In Design mode, JavaScripts do not function, and a symbol may show up there the JS is, depending on how you have it configured. To see the JS work, you must go into Preview Mode.


Poster: Migru
Dated: Tuesday March 14 2006 - 7:56:38 GMT

Hi

another comment referring to

Quote:
like a pop-up banner do


there is a sample

http://www.milonic.com/menusample24.php

"Popup - menu", which could be an option too.

Michael