But now in my new project the sub menu of the menu dropdown won't drop down in the content frame, but will appear in the same frame as the main menu. What's wrong?
Return to Recent Questions
Q:
I have a Deluxe Menu Multiple Website License and have been using it in several
projects where it is running without problems. But now in my new project the
sub menu won't drop down in the content frame, but will appear in the same
frame as the main menu. What's wrong?
A:
It seems that you open the submenu in the wrong frame.
Set ID for the first frameset:
<FRAMESET id=frmSet rows=220,*>
<FRAME id=frame1 src="Deluxe Menu Samples_files/cross-frame-horizontal-1.htm"> //menu frame
<FRAME id=frame2 name=frame2 src="Deluxe Menu Samples_files/testlink.htm"> //content frame
</FRAMESET>
Then you should open your data file in any text editor and change
dm_init(); to dm_initFrame("frmSet", 0, 1, 0);
For more info see:
http://deluxe-menu.com/cross-frame-mode-sample.html
Return to Recent Questions
Related:
- Sep 06, 2006 - The alighment of the dropdown menu is off to the right in Firefox...
- Sep 11, 2006 - How can I hide my dropdown menu on print?
- Sep 11, 2006 - If I use doctype the settings of the submenus in javascript dropdown menu get lost.
- Sep 18, 2006 - The submenus of the cross frame menu are offset by about 100 pixels to the right.
- Sep 18, 2006 - Does the js menu work to load pages into an iframe?
- Sep 30, 2006 - The frame below the javascript menubar is moved to the bottom of the page.
- Oct 26, 2006 - I would like to load an iframe into one of the items in oncontextmenu.
- Oct 27, 2006 - In IE 6.0 and Firefox 1.5.0.4, the submenus of my dhtml dropdown menu are not visible
- Nov 24, 2006 - How do I make the css submenu appear over the adjoining frame?
- Nov 25, 2006 - If a user selects vertical menu in the upper frame he get the menu that is associated with...
- Nov 30, 2006 - Does your html menu dropdown have the ability to have small text boxes on it?
|