I use a simple table with links as an alternative navigation. (For browsers that don't have javascript enabled etc..)
The DHTML menu loads on top of it, and I think it works fine.
Search found 3 matches
- Thu Mar 21, 2002 6:49 pm
- Forum: Archived Topics for the old Version 3.0 JavaScript Menu
- Topic: not supported browsers
- Replies: 6
- Views: 6263
- Mon Mar 04, 2002 5:48 pm
- Forum: Archived Topics for the old Version 3.0 JavaScript Menu
- Topic: Frames Based Menu Testing
- Replies: 13
- Views: 10072
Re: Frames Based Menu Testing
<HTML>I'm only 1/100th of the way to understanding your code but there seems to be some confusion between the Mtimers across both frames.
The onMouseOut timer on the mainmenu is being run when it shouldn't be causing the main item in the side frame to keep its highlight when the mouse is hovering ...
The onMouseOut timer on the mainmenu is being run when it shouldn't be causing the main item in the side frame to keep its highlight when the mouse is hovering ...
- Thu Feb 28, 2002 4:19 pm
- Forum: Archived Topics for the old Version 3.0 JavaScript Menu
- Topic: Frames Based Menu Testing
- Replies: 13
- Views: 10072
Re: Frames Based Menu Testing
<HTML>I'm testing the frames thing in IE 5.5. I'm getting a javascript error but I'm not sure whether its down to the browser or something else.
pf=parent[lt];
pf.mn=pf.gmobj("menu" pf.getMenuByName(v1));
The second of these two lines claims that pf is not an object. Does this sound like a browser ...
pf=parent[lt];
pf.mn=pf.gmobj("menu" pf.getMenuByName(v1));
The second of these two lines claims that pf is not an object. Does this sound like a browser ...