Having problems with DHTML Menu? There is usually somebody here who knows the answer.
burkhalter
Beginner
Posts: 9 Joined: Fri Mar 17, 2006 7:56 am
Post
by burkhalter » Mon Mar 27, 2006 9:08 am
Hi
All Menus are in a single navigation Frame.
With the IE, and FF 1.5 and (Netscape 8.0 IE modus only) it displays the second Submenu in correct position.
With Mozilla 1.7.12 and (Netscape 8.0 Firefox modus) is the second Submenu in the wrong position (on top). Please take a look at the pictures.
this Problem to exist also in the orignal Menu Sample code "Apple Mac Style Menu" from milonic in a frame.
Please take a look at the pictures
on IE
on Mozilla
thanks for your answers
Last edited by
burkhalter on Thu Mar 30, 2006 9:26 pm, edited 1 time in total.
Migru
Milonic Guru
Posts: 669 Joined: Tue Nov 01, 2005 8:22 pm
Location: Hamburg - Germany
Contact:
Post
by Migru » Mon Mar 27, 2006 12:06 pm
Hi
it looks as if you are using frames but not using the
<script type="text/javascript" src="mm_navframe.js"></script>
Michael
burkhalter
Beginner
Posts: 9 Joined: Fri Mar 17, 2006 7:56 am
Post
by burkhalter » Mon Mar 27, 2006 12:32 pm
<script type="text/javascript" src="mm_navframe.js"></script>
is not necessary for navigation in a singel "frame" with or less no difference.
Frame Source from "right mouse click" (NS8)
Code: Select all
<html><head><title>Flugzeug Reservationssystem</title><SCRIPT Language="JavaScript">if (window != window.top) top.location.href=location.href;</SCRIPT></head>
<frameset rows="213,*" border="0" frameborder="0" framespacing="0">
<frameset cols="646,*">
<frame src="hmenu.php?PSI=a91e98fca018001d4dde2e527cb127a3&timi=1143458866&in=0" name="frame0" noresize frameborder="0" scrolling="no">
<frame src="kwin.php?PSI=a91e98fca018001d4dde2e527cb127a3" name="frame1" noresize frameborder="0" scrolling="no">
</frameset>
<frame src="bwplan.php?PSI=a91e98fca018001d4dde2e527cb127a3&461283" name="frame2" noresize frameborder="0" scrolling="yes">
</frameset>
<noframes><body bgcolor=#FFFFFF><b><h2>+W009 der verwendete Browser unterstützt keine Frames</h2><br> Bitte beziehen Sie einen aktuellen aus dem Internet <a href="http://websites.milonic.com/mozilla.org"><br>Mozilla</a><br><a href="http://websites.milonic.com/microsoft.com">Microsoft </a><br>diese Applikation funktioniert nur mit FRAME unterstürtzung</b></body></noframes></html>
Migru
Milonic Guru
Posts: 669 Joined: Tue Nov 01, 2005 8:22 pm
Location: Hamburg - Germany
Contact:
Post
by Migru » Mon Mar 27, 2006 12:53 pm
is not necessary for navigation in a single "frame" with or less no difference.
........this, I think depends on, whether the menu fits entirely into the frame or not.
Normally it is as follows
Since a dhtml object cannot occupy two frames at once, if the menu is too big to fit in the frame, it gets clipped ("cut off") by the browser. The way to avoid clipping is to have your main menu in the navigation frame, and open your submenus in the content frame.
In your case it seems, there is no clipping but re-positioning. Don´t have any different explanation for the moment.
Michael
Andy
Milonic
Posts: 3308 Joined: Sun May 19, 2002 8:23 pm
Location: Menu Developer
Contact:
Post
by Andy » Thu Apr 06, 2006 11:56 am
Hi,
Can you please ensure that you are using the very latest version of the menu.
I do know of some issues with past versions.
Regards,
Andy
burkhalter
Beginner
Posts: 9 Joined: Fri Mar 17, 2006 7:56 am
Post
by burkhalter » Sat Apr 08, 2006 1:39 am
Hi
With the latest Version 5.745 from 30.3.2006
The postion of subMenu in Netscape 8.0 (in Firefox modus) is now ok.
danks for the correction