Search found 8 matches

by saladpuncher
Thu Oct 03, 2002 9:57 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: newbie with iframe
Replies: 2
Views: 2422

We placed it on the page the menu is appearing on. A quick and dirty example: <body> <script language="JavaScript" src="menu_array.js" type="text/javascript"></script> <script language="JavaScript" src="mmenu.js" type="text/javascript"></sc...
by saladpuncher
Thu Oct 03, 2002 9:53 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: I.E 5.0 and frames
Replies: 3
Views: 2898

frames, iframes and z-order

I did look at the example. We found the problem last night. The main body consists of an IFrame which, in IE 5.0, is always on top. This prevents us from seeing the menu. I have looked all over this sight and it seems like an unsolveable problem :(
by saladpuncher
Wed Oct 02, 2002 11:11 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: I.E 5.0 and frames
Replies: 3
Views: 2898

I.E 5.0 and frames

I'm using frames and people with I.E 5.0 can't see the sub menus. They can see the main menu in the header frame but when they move their cursor over it the sub menu doesn't pop up in the main frame. It works for every other browser we can think of. Any suggestions?
-saladpuncher
by saladpuncher
Thu Sep 19, 2002 8:23 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: frames and multiple websites question
Replies: 3
Views: 3304

Thanks for the response. We found a solution by using inline frames. You can control the contents of an inline frame even if you don't own the web it is pointing to.
-Damon
by saladpuncher
Thu Sep 19, 2002 8:16 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: menu speed control
Replies: 1
Views: 2000

menu speed control

My clients want me to slow down the menu so that when they move their cursor from one selection to the other there is a delay. We are using a vertical menu and when they put their cursor over a main menu selection, then move diagonally to choose a sub-menu item, they sometimes move over another main...
by saladpuncher
Wed Aug 14, 2002 5:03 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: frames and multiple websites question
Replies: 3
Views: 3304

frames and multiple websites question

I am doing a design on two sites. I'll call one http://www.domain1.com and the other http://www.domain2.com. Both of these sites are identical. We are using the menu in frames (one header frame and one body frame). In http://www.domain1.com we click on a menu selection in the header and the main fra...
by saladpuncher
Tue Apr 02, 2002 1:13 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: screen position not correct
Replies: 3
Views: 3964

Re: screen position not correct

ok, this is for version 3.2.5 - NOT the 3.3 beta version (although it probably will still work) in the mmenu.js file in the function dmenu(mnu){ ..about line 325-330ish add the following code: if(ns4){ ... change the line mt="...." to mt="<layer z-index=90 visibility=hidden bgcolor=#&...
by saladpuncher
Mon Mar 04, 2002 11:29 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: dynamic menus
Replies: 2
Views: 3534

dynamic menus

Is it possible to change the menu once it's created? I'm talking about making a button that once pressed will add a new menu to the menu object. I can already change it's color and effects but I can't seem to add new menu items.