We have a requirement to have the items fly out from right to left in the dhtml menue?
Return to Recent Questions
Q:
We are in the stage of design, we have a requirement to have the items fly out from right to left in the dhtml menue.
A:
The following parameter controls the ways of showing submenus:
From left to right:
var subMenuAlign="left";
var subMenuVAlign="top";
From left to right + upwards:
var subMenuAlign="left";
var subMenuVAlign="bottom";
From right to left:
var subMenuAlign="right";
var subMenuVAlign="top";
From right to left + upwards:
var subMenuAlign="right";
var subMenuVAlign="bottom";
You can find this info here:
http://deluxe-menu.com/ways-showing-submenus-sample.html
Return to Recent Questions
Related:
- Sep 06, 2006 - The alighment of the dropdown menu is off to the right in Firefox...
- Sep 18, 2006 - The submenus of the cross frame menu are offset by about 100 pixels to the right.
- Sep 26, 2006 - Is there a way to change the height of the main buttons in my simple dhtml menu.
- Oct 06, 2006 - How can I use right-to-left languages in javascript popupmenu?
- Oct 26, 2006 - I would like to load an iframe into one of the items in oncontextmenu.
- Nov 03, 2006 - I want to use a Flash icon with sound next to the menu items in javascript list menu...
- Nov 10, 2006 - I want to set the status bar messages to another than the link text from the xp menu items?
- Nov 17, 2006 - How can I open a new window of a specific dimension in the dhtml toolbar?
- Nov 19, 2006 - How to display my javascript top menu without a border, but my subitems all have a border.
- Nov 23, 2006 - It is possible to have context menu work with your tree menu dhtml?
- Nov 27, 2006 - In Firefox, the drop down menu html is displayed to the right of the top menu text
|