Search found 5 matches

by tgaql
Wed Oct 30, 2002 9:57 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Prepopulating the menu..
Replies: 2
Views: 2611

you could also consider referring to my post called "Hiding menu on certain pages" that I made today.

Aaron
by tgaql
Wed Oct 30, 2002 9:36 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Hiding menu on certain pages
Replies: 4
Views: 4478

Try this

I think it's fine to add conditional logic, because I put it in the INCLUDED _array.js file, like below (see mapping-your-future.org for an example).


// put this below the menu style code
var lowerCaseHref = window.document.location.href.toLowerCase();

// if one of the below directories is part ...
by tgaql
Tue Sep 10, 2002 11:34 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: No menu showing with NS 6.2 and Coldfusion
Replies: 4
Views: 3786

try this

I was having similar problems with CF until I added the following to after the </title> tag of my code when I use the menu. I think CF Server renders some of the Milonic code improperly in NN browsers for some reason. Anyways, it worked for me:

<META HTTP-EQUIV="Content-Type" CONTENT="text/html ...
by tgaql
Wed Jul 31, 2002 11:37 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: ASP Pages
Replies: 7
Views: 6385

it was my understanding that the menu always works best if the JS includes are right after the <body> tag:

<body>
<SCRIPT language=JavaScript src="/Includes/menu_array.js" type=text/javascript></SCRIPT>
<SCRIPT language=JavaScript src="/Includes/mmenu.js" type=text/javascript></SCRIPT>
by tgaql
Wed Jul 31, 2002 9:06 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Menu Accessibility to handicapped, etc
Replies: 2
Views: 3143

Menu Accessibility to handicapped, etc

Hi,

First, great menu. I've researched dozens of similar ideas, but this takes the cake (and the pie).

I work for a non-profit, public service national web site, and we would like to make sure this menu is accessible to as many of our users as possible. Clearly, you've done a great job on making ...