i have a menu that looks like i want it to. http://www.enfohelp.com/enfostructure.html
Everything looks fine at 1280 x 1024, but if someone looks at it anything else the menus mess up. Need help please.
Menus in floating tables
Hi
try this:
remove allfrom the submenus,
keep only the top=100; of the main menu, as it is.
Add to the main menu.
This position (centered) needs then to be adjusted by an offset, depending on a number of pixels to the left or right, you have to find out.
All are not required (its the default). The orientation set to horizontal (main menu) of course is correct.
Please see:
http://milonic.com/menuproperties.php
Michael
try this:
remove all
Code: Select all
left=250;
top=150;
keep only the top=100; of the main menu, as it is.
Add
Code: Select all
screenposition="center";
This position (centered) needs then to be adjusted by an offset, depending on a number of pixels to the left or right, you have to find out.
All
Code: Select all
orientation="vertical";
Please see:
http://milonic.com/menuproperties.php
Michael
Last edited by Migru on Thu Apr 13, 2006 11:00 pm, edited 1 time in total.
Hi
If the positions of the subs have to be adjusted, use left / top together with an offset in the respective submenu definition.
It is now only, that I had a look at your 1280 x 1024 design. The distance between the main menu (top-right oriented) and the subs (left oriented) seems not very user friendly and - as - if the distance is too long, and the timing is not correct, it will be difficult to navigate.
Michael
If the positions of the subs have to be adjusted, use left / top together with an offset in the respective submenu definition.
It is now only, that I had a look at your 1280 x 1024 design. The distance between the main menu (top-right oriented) and the subs (left oriented) seems not very user friendly and - as - if the distance is too long, and the timing is not correct, it will be difficult to navigate.
Michael