|
How do I make the css submenu of my jump menu javascript appear in the correct frame?
Return to Recent Questions
Q:
I have built a jump menu javascript to use it in cross-frame mode. When sub menus are selected they display in the
same frame. How do I make my jump menu javascript to display correctly?
A:
You should check you dm_init function. You should write it in the following way:
dm_initFrame("frmSet", 1, 2, 1);
More info about installation of the jump menu javascript in cross-frame mode you can find here:
http://dhtml-menu.com/menu/cross-frame-mode-sample.html
See cross-frame vertical orientation Sample (left-to-right) here:
http://dhtml-menu.com/menu/cross-frame-mode-sample.html
Return to Recent Questions
Related:
- March 21, 2009 - I am trying to get my submenu to be all black in my javascript drag...
- March 26, 2009 - After click the links the using drop down menus stops showing up in cross-frame mode...
- March 30, 2009 - Is there a way to optimize the vertical menus to reduce the loading time for submenus?
- March 31, 2009 - Is there any way can we display submenu items on mouse over in horizontal menu javascript?
- Apr 03, 2009 - Our submenus don't appear alignment to the toplevel drop down menu creator.
- Apr 03, 2009 - I would like to change the height of the submenu items in the web menus...
- Apr 04, 2009 - Is there a way to have an automatic line-break for large submenu items in menu js?
- Apr 24, 2009 - How can I define which dynamic pull down menu submenus should be multicolumn and wich one looks "normal".
- Apr 25, 2009 - How to work with javascript floating menu and submenus in JSP?
- May 11, 2009 - When I add a submenu, it appears separated by about 100px down dhtml floating window.
- May 16, 2009 - The alignment of the submenus is not correct in my script menu horizontal.
|